diff --git a/src/app/page.tsx b/src/app/page.tsx index a687cb5..98abf2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,27 +17,22 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -169,40 +78,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Calligraphy Artistry", - description: "Masters of pen and ink bringing elegance to every stroke.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-paper-envelope-with-dried-plants_23-2149374597.jpg?_wi=2", - imageAlt: "handwritten romantic letter on vintage paper", + title: "Calligraphy Artistry", description: "Masters of pen and ink bringing elegance to every stroke.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg" }, }, { - title: "Bespoke Stationery", - description: "Luxury heavy-stock paper that feels as good as it looks.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg?_wi=3", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg?_wi=4", - }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-romantic-love-letter-someone_23-2150636582.jpg?_wi=2", - imageAlt: "artist writing a letter by candlelight", + title: "Bespoke Stationery", description: "Luxury heavy-stock paper that feels as good as it looks.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg" }, }, { - title: "Hand-Applied Seals", - description: "Custom wax seals that secure your secret sentiment.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg?_wi=5", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg?_wi=6", - }, - imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg?_wi=7", - imageAlt: "high quality artisan wax seal stamp", + title: "Hand-Applied Seals", description: "Custom wax seals that secure your secret sentiment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pink-rose-pencil-brown-paper-envelope-parcel-tied-with-strings-against-white-background_23-2147893947.jpg" }, }, ]} showStepNumbers={true} @@ -218,53 +103,14 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - tag: "Essential", - price: "$45", - period: "letter", - description: "A single beautifully penned romantic note on luxury paper.", - button: { - text: "Start Writing", - }, - featuresTitle: "Includes:", - features: [ - "Custom calligraphy", - "Hand-stamped seal", - "Premium envelope", - ], + id: "basic", tag: "Essential", price: "$45", period: "letter", description: "A single beautifully penned romantic note on luxury paper.", button: { text: "Start Writing" }, featuresTitle: "Includes:", features: ["Custom calligraphy", "Hand-stamped seal", "Premium envelope"] }, { - id: "pro", - tag: "Storyteller", - price: "$85", - period: "letter", - description: "For those with more to say, including archival-quality longform.", - button: { - text: "Start Writing", - }, - featuresTitle: "Includes:", - features: [ - "Extended length", - "Custom scented paper", - "Priority calligraphy", - ], + id: "pro", tag: "Storyteller", price: "$85", period: "letter", description: "For those with more to say, including archival-quality longform.", button: { text: "Start Writing" }, featuresTitle: "Includes:", features: ["Extended length", "Custom scented paper", "Priority calligraphy"] }, { - id: "ultimate", - tag: "Eternal", - price: "$150", - period: "collection", - description: "A set of three letters for three occasions of love.", - button: { - text: "Start Writing", - }, - featuresTitle: "Includes:", - features: [ - "Set of three", - "Elegant gift boxed", - "White glove delivery", - ], - }, + id: "ultimate", tag: "Eternal", price: "$150", period: "collection", description: "A set of three letters for three occasions of love.", button: { text: "Start Writing" }, featuresTitle: "Includes:", features: ["Set of three", "Elegant gift boxed", "White glove delivery"] + } ]} title="Choose Your Sentiment" description="A range of experiences for every depth of feeling." @@ -275,61 +121,18 @@ export default function LandingPage() { @@ -356,49 +154,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file