Merge version_1 into main #2
181
src/app/page.tsx
181
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Bouquets",
|
||||
id: "products",
|
||||
},
|
||||
name: "Bouquets", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Jena Flowers"
|
||||
/>
|
||||
@@ -53,17 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Elegance in Every Petal"
|
||||
description="Discover Jena Flowers, where we craft vibrant, artistic floral arrangements that bring color and joy to your life. From luxury bouquets to daily surprises."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Bouquets",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Bouquets", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/violet-pink-tone-flowers-bouquet_114579-2150.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/violet-pink-tone-flowers-bouquet_114579-2150.jpg"
|
||||
imageAlt="Luxurious flower bouquet arrangement"
|
||||
/>
|
||||
</div>
|
||||
@@ -75,67 +64,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Hand-picked Quality",
|
||||
description: "Every flower is carefully selected at the peak of freshness.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-florist-atelier_23-2147760947.jpg",
|
||||
imageAlt: "Fresh cut flowers",
|
||||
},
|
||||
title: "Hand-picked Quality", description: "Every flower is carefully selected at the peak of freshness.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/violet-pink-tone-flowers-bouquet_114579-2150.jpg", imageAlt: "Fresh cut flowers"},
|
||||
items: [
|
||||
{
|
||||
text: "Locally sourced",
|
||||
icon: CheckCircle,
|
||||
text: "Locally sourced", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Expertly curated",
|
||||
icon: CheckCircle,
|
||||
text: "Expertly curated", icon: CheckCircle,
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/violet-pink-tone-flowers-bouquet_114579-2150.jpg?_wi=2",
|
||||
imageAlt: "fresh cut flowers store",
|
||||
},
|
||||
{
|
||||
title: "Premium Packaging",
|
||||
description: "Beautifully wrapped in eco-friendly materials, ready for gifting.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-flowers-bouquet-with-note_23-2149053788.jpg",
|
||||
imageAlt: "Premium gift box",
|
||||
},
|
||||
title: "Premium Packaging", description: "Beautifully wrapped in eco-friendly materials, ready for gifting.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/florist-arranging-bunch-flowers-desk_23-2147929254.jpg", imageAlt: "Premium gift box"},
|
||||
items: [
|
||||
{
|
||||
text: "Sustainable wraps",
|
||||
icon: CheckCircle,
|
||||
text: "Sustainable wraps", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Artistic ribbons",
|
||||
icon: CheckCircle,
|
||||
text: "Artistic ribbons", icon: CheckCircle,
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/florist-arranging-bunch-flowers-desk_23-2147929254.jpg",
|
||||
imageAlt: "fresh cut flowers store",
|
||||
},
|
||||
{
|
||||
title: "Subscription Service",
|
||||
description: "Fresh floral joy delivered regularly to your doorstep.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-bucket-with-bouquet-flowers-marble-surface_114579-21258.jpg?_wi=1",
|
||||
imageAlt: "Subscription service",
|
||||
},
|
||||
title: "Subscription Service", description: "Fresh floral joy delivered regularly to your doorstep.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg", imageAlt: "Subscription service"},
|
||||
items: [
|
||||
{
|
||||
text: "Weekly delivery",
|
||||
icon: CheckCircle,
|
||||
text: "Weekly delivery", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Custom preferences",
|
||||
icon: CheckCircle,
|
||||
text: "Custom preferences", icon: CheckCircle,
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg?_wi=1",
|
||||
imageAlt: "fresh cut flowers store",
|
||||
},
|
||||
]}
|
||||
title="Why Jena Flowers?"
|
||||
@@ -151,41 +116,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pink Rose Delight",
|
||||
price: "₹1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-bucket-with-bouquet-flowers-marble-surface_114579-21258.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Pink Rose Delight", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/pink-bucket-with-bouquet-flowers-marble-surface_114579-21258.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Sun-Kissed Joy",
|
||||
price: "₹999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Sun-Kissed Joy", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pure White Lily",
|
||||
price: "₹1,599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-color-alstroemeria-flowers-grey-background_141793-7963.jpg",
|
||||
},
|
||||
id: "p3", name: "Pure White Lily", price: "₹1,599", imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-color-alstroemeria-flowers-grey-background_141793-7963.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Spring Tulip Bunch",
|
||||
price: "₹1,150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-flowers_23-2148134830.jpg",
|
||||
},
|
||||
id: "p4", name: "Spring Tulip Bunch", price: "₹1,150", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-flowers_23-2148134830.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Orchid Elegance",
|
||||
price: "₹2,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-thai-orchid-blurred-background-macro-photography_169016-17028.jpg",
|
||||
},
|
||||
id: "p5", name: "Orchid Elegance", price: "₹2,200", imageSrc: "http://img.b2bpic.net/free-photo/closeup-thai-orchid-blurred-background-macro-photography_169016-17028.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Wildflower Charm",
|
||||
price: "₹850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-wooden-bar_1162-3.jpg",
|
||||
},
|
||||
id: "p6", name: "Wildflower Charm", price: "₹850", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-wooden-bar_1162-3.jpg"},
|
||||
]}
|
||||
title="Shop Our Collection"
|
||||
description="Find the perfect arrangement for any occasion."
|
||||
@@ -198,45 +139,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Stunning!",
|
||||
quote: "The roses are absolutely beautiful and lasted so long.",
|
||||
name: "Priya Sharma",
|
||||
role: "Wedding Planner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-glad-woman-with-afro-hairstyle-laughs-sincerely-expresses-good-emotions-holds-white-tulips-likes-spring-flowers-enjoys-pleasant-aroma-isolated-blue-wall_273609-27727.jpg",
|
||||
},
|
||||
id: "t1", title: "Stunning!", quote: "The roses are absolutely beautiful and lasted so long.", name: "Priya Sharma", role: "Wedding Planner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-glad-woman-with-afro-hairstyle-laughs-sincerely-expresses-good-emotions-holds-white-tulips-likes-spring-flowers-enjoys-pleasant-aroma-isolated-blue-wall_273609-27727.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Perfect Gift",
|
||||
quote: "My friend loved her birthday bouquet, highly recommended.",
|
||||
name: "Rahul Verma",
|
||||
role: "Software Engineer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-woman-with-flowers_23-2149151008.jpg",
|
||||
},
|
||||
id: "t2", title: "Perfect Gift", quote: "My friend loved her birthday bouquet, highly recommended.", name: "Rahul Verma", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-woman-with-flowers_23-2149151008.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Freshness",
|
||||
quote: "Best floral subscription service in the city.",
|
||||
name: "Ananya Gupta",
|
||||
role: "Interior Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-pleased-woman-with-short-hair-holding-bouquet-flowers-looking-camera-smiling-cheerfully-celebrating-international-women-s-day-march-8-standing-green-background_141793-110959.jpg",
|
||||
},
|
||||
id: "t3", title: "Freshness", quote: "Best floral subscription service in the city.", name: "Ananya Gupta", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/happy-pleased-woman-with-short-hair-holding-bouquet-flowers-looking-camera-smiling-cheerfully-celebrating-international-women-s-day-march-8-standing-green-background_141793-110959.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Creative Art",
|
||||
quote: "Truly unique designs that set them apart from others.",
|
||||
name: "Vikram Singh",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cocktail-dress-gold-chain-bright-spring-pink-makeup-white-background-holds-bouquet-orange-dried-flowers-gift-march-8_343596-8221.jpg",
|
||||
},
|
||||
id: "t4", title: "Creative Art", quote: "Truly unique designs that set them apart from others.", name: "Vikram Singh", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cocktail-dress-gold-chain-bright-spring-pink-makeup-white-background-holds-bouquet-orange-dried-flowers-gift-march-8_343596-8221.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Wonderful",
|
||||
quote: "Great service and even better quality arrangements.",
|
||||
name: "Neha Reddy",
|
||||
role: "Doctor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-with-red-tulips-is-bright-modern-hall_1157-31413.jpg",
|
||||
},
|
||||
id: "t5", title: "Wonderful", quote: "Great service and even better quality arrangements.", name: "Neha Reddy", role: "Doctor", imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-with-red-tulips-is-bright-modern-hall_1157-31413.jpg"},
|
||||
]}
|
||||
title="Beloved by Our Customers"
|
||||
description="See why floral lovers in the community trust Jena Flowers."
|
||||
@@ -250,16 +161,10 @@ export default function LandingPage() {
|
||||
description="Have a custom request? Let us help you create something special."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-casual-peach-sweater-isolated-green-olive-wall-hold-orange-white-flower-box-composition-cotton-flowers-gypsophila-wheat-lagurus-gift-happy-amazed-surprised_343596-5103.jpg"
|
||||
@@ -273,29 +178,19 @@ export default function LandingPage() {
|
||||
logoText="Jena Flowers"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Bouquets",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Bouquets", href: "#products"},
|
||||
{
|
||||
label: "Gifts",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gifts", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user