Skip to content

Commit

Permalink
finalized the new design
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel31x13 committed Sep 26, 2023
1 parent 2a452d5 commit bc0b984
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 45 deletions.
4 changes: 2 additions & 2 deletions components/Homepage/FAQs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ function FAQs() {
[email protected]
</Link>{" "}
about the inquiry, or by simply logging into your account and
clicking on your profile photo &gt; “Settings” &gt; “Billing Portal”
&gt; “Go to Billing Portal”, the billing portal is being handled by
clicking on your profile photo &gt; “Settings” &gt; “Billing” &gt;
“Go to Billing Portal”, the billing portal is being handled by
Stripe, after logging in, from there you can see the “Cancel Plan”
option. After that, your account will be disabled in less than a
month.
Expand Down
2 changes: 1 addition & 1 deletion components/Homepage/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default function Features() {
</p>
</ShortendFeatures>
</div>
<Title text="And many more features..." />
<Title className="rounded-lg" text="And many more features..." />
</div>
</div>
</>
Expand Down
42 changes: 22 additions & 20 deletions components/Homepage/GetStarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,30 @@ import Image from "next/image";

export default function GetStarted() {
return (
<div className="relative flex items-center sm:p-10 p-5 my-20">
<div className="w-full relative z-10 sm:p-5 max-w-7xl mx-auto rounded-3xl">
<p className="lg:text-3xl text-2xl font-bold relative z-10">
Start managing your useful contents across the web right away!
</p>
<p className="font-semibold">14-day free trial, cancel anytime.</p>
<div className="flex items-center gap-5 mt-5">
<PrimaryButton
text="Start Free Trial"
path="https://cloud.linkwarden.app/register"
/>
<GitHubButton />
<div className="relative">
<div className="flex items-center justify-between gap-5 sm:p-10 p-5 my-20 mx-auto w-fit max-w-7xl">
<div className="w-full relative z-10 sm:p-5 max-w-7xl mx-auto rounded-3xl">
<p className="lg:text-3xl text-2xl font-bold relative z-10">
Start managing your useful contents across the web right away!
</p>
<p className="font-semibold">14-day free trial, cancel anytime.</p>
<div className="flex items-center gap-5 mt-5">
<PrimaryButton
text="Start Free Trial"
path="https://cloud.linkwarden.app/register"
/>
<GitHubButton />
</div>
</div>
</div>

<Image
src="./icon.png"
width={441}
height={441}
alt=""
className="w-40 min-[700px]:w-60 hidden min-[650px]:block rounded-2xl relative z-10"
/>
<Image
src="./icon.png"
width={441}
height={441}
alt=""
className="w-40 min-[700px]:w-60 hidden min-[650px]:block rounded-2xl relative z-10"
/>
</div>

<div
style={{
Expand Down
8 changes: 4 additions & 4 deletions components/Homepage/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ function Pricing() {
const [plan, setPlan] = useState<Plan>(0);

return (
<div className="max-w-5xl px-5 mx-auto pt-20" id="pricing">
<div className="max-w-5xl px-5 mx-auto pt-16" id="pricing">
<p className="lg:text-4xl text-3xl font-bold text-center">
Simple, Straightforward Plans & Pricing
</p>

<div className="flex text-white dark:text-black gap-3 border-2 border-solid border-[#d3d3d31d] w-72 mx-auto p-1 rounded-xl relative mt-10 mb-5">
<div className="flex gap-3 border-2 border-solid border-[#d3d3d31d] w-72 mx-auto p-1 rounded-xl relative mt-10 mb-5">
<button
onClick={() => setPlan(Plan.monthly)}
className={`w-full text-black dark:text-white duration-75 text-sm rounded-lg p-1 ${
className={`w-full duration-75 text-sm rounded-lg p-1 ${
plan === Plan.monthly
? "text-white bg-sky-700 dark:bg-sky-700"
: "hover:opacity-80"
Expand All @@ -30,7 +30,7 @@ function Pricing() {

<button
onClick={() => setPlan(Plan.yearly)}
className={`w-full text-black dark:text-white duration-75 text-sm rounded-lg p-1 ${
className={`w-full duration-75 text-sm rounded-lg p-1 ${
plan === Plan.yearly
? "text-white bg-sky-700 dark:bg-sky-700"
: "hover:opacity-80"
Expand Down
34 changes: 17 additions & 17 deletions components/Homepage/UseCases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Image from "next/image";

export default function UseCases() {
return (
<div>
<div className="min-h-[40rem]">
<div className="p-5 max-w-7xl mx-auto">
<p className="lg:text-4xl text-3xl font-bold mb-10 text-center">
Exploring the Use Cases
Expand Down Expand Up @@ -49,9 +49,9 @@ export default function UseCases() {
</Tab>
</Tab.List>
<Tab.Panels>
<Tab.Panel className="flex gap-5 lg:flex-row flex-col-reverse justify-between items-start">
<Tab.Panel className="flex lg:flex-row flex-col-reverse justify-between items-start">
<div className="w-full">
<p>
<p className="lg:mt-10">
Linkwarden can be a valuable tool for personal use, helping
individuals stay organized and efficient while browsing the
internet. Users can collect and store links to their favorite
Expand All @@ -66,15 +66,15 @@ export default function UseCases() {
</div>
<Image
src="./app/personal.png"
width={1960}
height={962}
width={14 - 7}
height={947}
alt=""
className="lg:max-w-2xl lg:w-full md:w-3/4 mx-auto rounded-2xl relative z-10"
/>
</Tab.Panel>
<Tab.Panel className="flex gap-5 lg:flex-row flex-col-reverse justify-between items-start">
<Tab.Panel className="flex lg:flex-row flex-col-reverse justify-between items-start">
<div className="w-full">
<p>
<p className="lg:mt-10">
Linkwarden can enhance the learning experience for students
and educators alike. Students can bookmark relevant articles,
educational videos, and online resources for their coursework
Expand All @@ -88,15 +88,15 @@ export default function UseCases() {
</div>
<Image
src="./app/study.png"
width={1960}
height={962}
width={14 - 7}
height={947}
alt=""
className="lg:max-w-2xl lg:w-full md:w-3/4 mx-auto rounded-2xl relative z-10"
/>
</Tab.Panel>
<Tab.Panel className="flex gap-5 lg:flex-row flex-col-reverse justify-between items-start">
<Tab.Panel className="flex lg:flex-row flex-col-reverse justify-between items-start">
<div className="w-full">
<p>
<p className="lg:mt-10">
For researchers, scholars, and anyone in need of extensive
information gathering, Linkwarden serves as an invaluable
tool. Researchers can use Linkwarden to collect and organize
Expand All @@ -111,15 +111,15 @@ export default function UseCases() {
</div>
<Image
src="./app/research.png"
width={1960}
height={962}
width={14 - 7}
height={947}
alt=""
className="lg:max-w-2xl lg:w-full md:w-3/4 mx-auto rounded-2xl relative z-10"
/>
</Tab.Panel>
<Tab.Panel className="flex gap-5 lg:flex-row flex-col-reverse justify-between items-start">
<Tab.Panel className="flex lg:flex-row flex-col-reverse justify-between items-start">
<div className="w-full">
<p>
<p className="lg:mt-10">
For collaborative projects involving multiple team members,
Linkwarden streamlines information sharing and collaboration.
Team members can collectively gather and organize web links
Expand All @@ -129,8 +129,8 @@ export default function UseCases() {
</div>
<Image
src="./app/project.png"
width={1960}
height={962}
width={14 - 7}
height={947}
alt=""
className="lg:max-w-2xl lg:w-full md:w-3/4 mx-auto rounded-2xl relative z-10"
/>
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const nextConfig = {
reactStrictMode: true,
output: "export",
basePath: "",
basePath: "/website",
images: {
unoptimized: true,
},
Expand Down
Binary file modified public/app/personal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/app/project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/app/research.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/app/study.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc0b984

Please sign in to comment.