Update src/app/page.tsx
This commit is contained in:
277
src/app/page.tsx
277
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Elite Fruit Box"
|
||||
/>
|
||||
@@ -60,94 +50,53 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Freshness in Every Bite"
|
||||
description="Daily delivered to your doorstep in Hyderabad. Eat Fresh, Feel Good."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "@priyasharma",
|
||||
testimonial: "The fruits are incredibly fresh! A daily dose of health.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-roommates-together_23-2149103348.jpg",
|
||||
},
|
||||
name: "Priya Sharma", handle: "@priyasharma", testimonial: "The fruits are incredibly fresh! A daily dose of health.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-roommates-together_23-2149103348.jpg"},
|
||||
{
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahulv",
|
||||
testimonial: "Elite Fruit Box is a game changer. Superb quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-two-fruits_23-2148685779.jpg",
|
||||
},
|
||||
name: "Rahul Verma", handle: "@rahulv", testimonial: "Elite Fruit Box is a game changer. Superb quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-two-fruits_23-2148685779.jpg"},
|
||||
{
|
||||
name: "Ananya K.",
|
||||
handle: "@ananyak",
|
||||
testimonial: "Best delivery service in Hyderabad. Truly premium.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-descent-woman-with-fruits-her-face_53876-16067.jpg",
|
||||
},
|
||||
name: "Ananya K.", handle: "@ananyak", testimonial: "Best delivery service in Hyderabad. Truly premium.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-descent-woman-with-fruits-her-face_53876-16067.jpg"},
|
||||
{
|
||||
name: "Vikram Singh",
|
||||
handle: "@viksingh",
|
||||
testimonial: "Health in a box! Love the freshness.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-food-package_23-2148869392.jpg",
|
||||
},
|
||||
name: "Vikram Singh", handle: "@viksingh", testimonial: "Health in a box! Love the freshness.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-food-package_23-2148869392.jpg"},
|
||||
{
|
||||
name: "Sunita Rao",
|
||||
handle: "@sunitar",
|
||||
testimonial: "Consistently excellent fruit quality. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-glasses-sitting-chair-kitchen-eating-green-apple-smiling_1258-202962.jpg",
|
||||
},
|
||||
name: "Sunita Rao", handle: "@sunitar", testimonial: "Consistently excellent fruit quality. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-glasses-sitting-chair-kitchen-eating-green-apple-smiling_1258-202962.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unpleased-young-female-gardener-uniform-wearing-gardening-hat-stucks-out-tongue-holds-vegetable-basket-tomato-isolated-green-wall_141793-95896.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unpleased-young-female-gardener-uniform-wearing-gardening-hat-stucks-out-tongue-holds-vegetable-basket-tomato-isolated-green-wall_141793-95896.jpg"
|
||||
imageAlt="Premium fruit box"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/winsome-caucasian-girl-eating-green-apple-indoor-portrait-smiling-carefree-woman-holding-phone_197531-9743.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/winsome-caucasian-girl-eating-green-apple-indoor-portrait-smiling-carefree-woman-holding-phone_197531-9743.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-healthy-beautiful-young-woman-holding-apple-smiling_1258-184025.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-healthy-beautiful-young-woman-holding-apple-smiling_1258-184025.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-holding-apple-eating-healthy-fruits-her-kitchen-smiling-happi_1258-183183.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-holding-apple-eating-healthy-fruits-her-kitchen-smiling-happi_1258-183183.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-female-sitting-table_23-2148163309.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-female-sitting-table_23-2148163309.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-female-trendy-sunglasses-communicating-with-friend-online-using-free-wireless-internet-connection-her-laptop-computer-sitting-cafe-table_273609-1376.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-female-trendy-sunglasses-communicating-with-friend-online-using-free-wireless-internet-connection-her-laptop-computer-sitting-cafe-table_273609-1376.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Organically Grown",
|
||||
},
|
||||
type: "text", text: "Organically Grown"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm to Door",
|
||||
},
|
||||
type: "text", text: "Farm to Door"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Zero Pesticides",
|
||||
},
|
||||
type: "text", text: "Zero Pesticides"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
type: "text", text: "Premium Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hyderabad Special",
|
||||
},
|
||||
type: "text", text: "Hyderabad Special"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,8 +106,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Elite Fruit Box?"
|
||||
description={[
|
||||
"We believe in bringing the freshest, most nutrient-dense produce directly from nature to your table. Our curated selections ensure you get premium quality fruit every single day.",
|
||||
]}
|
||||
"We believe in bringing the freshest, most nutrient-dense produce directly from nature to your table. Our curated selections ensure you get premium quality fruit every single day."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,63 +116,28 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
title="Premium Selections"
|
||||
description="Our hand-picked selection of fresh, nutrient-rich fruits delivered straight to your home."
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Elite",
|
||||
name: "Seasonal Mixed Box",
|
||||
price: "₹499",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fresh-berries-tray-with-copyspace_23-2148233304.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", brand: "Elite", name: "Seasonal Mixed Box", price: "₹499", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fresh-berries-tray-with-copyspace_23-2148233304.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Elite",
|
||||
name: "Premium Berry Box",
|
||||
price: "₹699",
|
||||
rating: 5,
|
||||
reviewCount: "85+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ripe-sweet-raspberries-box-grey-concrete-close-up-top-view_114579-4979.jpg",
|
||||
},
|
||||
id: "p2", brand: "Elite", name: "Premium Berry Box", price: "₹699", rating: 5,
|
||||
reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/ripe-sweet-raspberries-box-grey-concrete-close-up-top-view_114579-4979.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Elite",
|
||||
name: "Exotic Tropical Box",
|
||||
price: "₹899",
|
||||
rating: 5,
|
||||
reviewCount: "45+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-dragon-fruit-snacks-outdoors_23-2150295981.jpg",
|
||||
},
|
||||
id: "p3", brand: "Elite", name: "Exotic Tropical Box", price: "₹899", rating: 5,
|
||||
reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-dragon-fruit-snacks-outdoors_23-2150295981.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Elite",
|
||||
name: "Citrus Energy Box",
|
||||
price: "₹399",
|
||||
rating: 4,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lemons-limes-oranges-wooden-crate-with-leaves_176474-83013.jpg",
|
||||
},
|
||||
id: "p4", brand: "Elite", name: "Citrus Energy Box", price: "₹399", rating: 4,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/lemons-limes-oranges-wooden-crate-with-leaves_176474-83013.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Elite",
|
||||
name: "Royal Apple Selection",
|
||||
price: "₹599",
|
||||
rating: 5,
|
||||
reviewCount: "210+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-female-gardener-shoulderless-blouse-posing-garden_7502-10750.jpg",
|
||||
},
|
||||
id: "p5", brand: "Elite", name: "Royal Apple Selection", price: "₹599", rating: 5,
|
||||
reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/sexy-female-gardener-shoulderless-blouse-posing-garden_7502-10750.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Elite",
|
||||
name: "Daily Wellness Box",
|
||||
price: "₹299",
|
||||
rating: 5,
|
||||
reviewCount: "300+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-basket-full-with-vegetables_23-2148332223.jpg",
|
||||
},
|
||||
id: "p6", brand: "Elite", name: "Daily Wellness Box", price: "₹299", rating: 5,
|
||||
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/half-basket-full-with-vegetables_23-2148332223.jpg"},
|
||||
]}
|
||||
title="Premium Selections"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -235,28 +148,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Freshness Guaranteed",
|
||||
description: "Handpicked fruits delivered daily.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food_23-2147961037.jpg",
|
||||
imageAlt: "fresh healthy fruit selection",
|
||||
title: "Freshness Guaranteed", description: "Handpicked fruits delivered daily.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Elite Quality",
|
||||
description: "Premium produce only.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-female-gardener-uniform-wearing-gardening-hat-stucks-out-tongue-holds-vegetable-basket-tomato-isolated-green-wall_141793-95896.jpg?_wi=2",
|
||||
imageAlt: "fresh healthy fruit selection",
|
||||
title: "Elite Quality", description: "Premium produce only.", bentoComponent: "reveal-icon", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Reliable Delivery",
|
||||
description: "Prompt door delivery.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Truck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fresh-berries-tray-with-copyspace_23-2148233304.jpg?_wi=2",
|
||||
imageAlt: "fresh healthy fruit selection",
|
||||
title: "Reliable Delivery", description: "Prompt door delivery.", bentoComponent: "reveal-icon", icon: Truck,
|
||||
},
|
||||
]}
|
||||
title="Our Promise"
|
||||
@@ -270,45 +168,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent!",
|
||||
quote: "The best fruit box service.",
|
||||
name: "Priya S.",
|
||||
role: "Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-cheerful-dark-skinned-african-american-young-woman-with-glad-look-spends-free-time-good-company-sits-against-cafeteria-interior-eats-delicious-desserts-recreation-concept_273609-2229.jpg",
|
||||
},
|
||||
id: "1", title: "Excellent!", quote: "The best fruit box service.", name: "Priya S.", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-cheerful-dark-skinned-african-american-young-woman-with-glad-look-spends-free-time-good-company-sits-against-cafeteria-interior-eats-delicious-desserts-recreation-concept_273609-2229.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Premium!",
|
||||
quote: "Quality is unmatched.",
|
||||
name: "Rahul V.",
|
||||
role: "IT",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-holding-bag-with-organic-vegetables_23-2148454514.jpg",
|
||||
},
|
||||
id: "2", title: "Premium!", quote: "Quality is unmatched.", name: "Rahul V.", role: "IT", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-holding-bag-with-organic-vegetables_23-2148454514.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fresh!",
|
||||
quote: "Always on time.",
|
||||
name: "Ananya K.",
|
||||
role: "Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-outdoors-with-dragon-fruit_23-2150296006.jpg",
|
||||
},
|
||||
id: "3", title: "Fresh!", quote: "Always on time.", name: "Ananya K.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/woman-outdoors-with-dragon-fruit_23-2150296006.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Great!",
|
||||
quote: "Love the variety.",
|
||||
name: "Vikram S.",
|
||||
role: "Teacher",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-white-t-shirt-holding-plate-with-fresh-fruits-grapefruit-pink-wall_140725-42917.jpg",
|
||||
},
|
||||
id: "4", title: "Great!", quote: "Love the variety.", name: "Vikram S.", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-white-t-shirt-holding-plate-with-fresh-fruits-grapefruit-pink-wall_140725-42917.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Freshness!",
|
||||
quote: "Healthy living made easy.",
|
||||
name: "Sunita R.",
|
||||
role: "Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-holding-apple-eating-healthy-fruits-her-kitchen-smiling_1258-187155.jpg",
|
||||
},
|
||||
id: "5", title: "Freshness!", quote: "Healthy living made easy.", name: "Sunita R.", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-holding-apple-eating-healthy-fruits-her-kitchen-smiling_1258-187155.jpg"},
|
||||
]}
|
||||
title="Loved by Hyderabad"
|
||||
description="Voices of our happy community."
|
||||
@@ -321,20 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How to order?",
|
||||
content: "DM for orders or WhatsApp 9908868033.",
|
||||
},
|
||||
id: "1", title: "How to order?", content: "DM for orders or WhatsApp 9908868033."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Delivery locations?",
|
||||
content: "We deliver across Hyderabad.",
|
||||
},
|
||||
id: "2", title: "Delivery locations?", content: "We deliver across Hyderabad."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Quality assurance?",
|
||||
content: "We only source the highest quality.",
|
||||
},
|
||||
id: "3", title: "Quality assurance?", content: "We only source the highest quality."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/contactless-delivery-coronavirus-pandemic_637285-8510.jpg"
|
||||
title="Common Questions"
|
||||
@@ -350,20 +209,12 @@ export default function LandingPage() {
|
||||
description="Call or WhatsApp 9908868033."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Any specific fruit preferences?",
|
||||
}}
|
||||
name: "message", placeholder: "Any specific fruit preferences?"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/groceries-packages-delivery-covid19-quarantine-shopping-concept-handsome-smiling-courier-red-uniform-give-cheeky-wink-as-delivering-food-box-online-order-client-house_1258-108061.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -374,25 +225,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Call: 9908868033",
|
||||
href: "tel:9908868033",
|
||||
},
|
||||
label: "Call: 9908868033", href: "tel:9908868033"},
|
||||
{
|
||||
label: "WhatsApp Us",
|
||||
href: "https://wa.me/919908868033",
|
||||
},
|
||||
label: "WhatsApp Us", href: "https://wa.me/919908868033"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Hyderabad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hyderabad", href: "#"},
|
||||
{
|
||||
label: "Fresh Daily",
|
||||
href: "#",
|
||||
},
|
||||
label: "Fresh Daily", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user