Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ea6cd63c8 | |||
| b5a5abe6e2 |
260
src/app/page.tsx
260
src/app/page.tsx
@@ -9,7 +9,7 @@ import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, MapPin, Package, Shield, Sparkles, Star } from "lucide-react";
|
||||
@@ -30,24 +30,16 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
<NavbarStyleApple
|
||||
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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Aura Spices"
|
||||
/>
|
||||
@@ -57,92 +49,51 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Authentic Aromas for Every Kitchen"
|
||||
description="Discover our collection of small-batch, artisanal spices sourced directly from sustainable farms. Pure, potent, and crafted with love."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria C.",
|
||||
handle: "@mariacooking",
|
||||
testimonial: "The best spices I have ever used. My cooking changed overnight!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-organic-pepper-bells_23-2148493635.jpg",
|
||||
},
|
||||
name: "Maria C.", handle: "@mariacooking", testimonial: "The best spices I have ever used. My cooking changed overnight!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-organic-pepper-bells_23-2148493635.jpg"},
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@johnd_eats",
|
||||
testimonial: "Fresh, fragrant, and incredibly well-packaged. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-person-holding-bio-groceries-shopping-bag_482257-104954.jpg",
|
||||
},
|
||||
name: "John D.", handle: "@johnd_eats", testimonial: "Fresh, fragrant, and incredibly well-packaged. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-person-holding-bio-groceries-shopping-bag_482257-104954.jpg"},
|
||||
{
|
||||
name: "Elena K.",
|
||||
handle: "@elena_kitchen",
|
||||
testimonial: "Incredible quality. You can taste the freshness in every dish.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-woman-shaking-pallet-with-vegetables_23-2147700645.jpg",
|
||||
},
|
||||
name: "Elena K.", handle: "@elena_kitchen", testimonial: "Incredible quality. You can taste the freshness in every dish.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-woman-shaking-pallet-with-vegetables_23-2147700645.jpg"},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@davidcooks",
|
||||
testimonial: "Finally found a source for truly potent spices. A game changer.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-posing-vegetables-bag_23-2148332119.jpg",
|
||||
},
|
||||
name: "David L.", handle: "@davidcooks", testimonial: "Finally found a source for truly potent spices. A game changer.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-posing-vegetables-bag_23-2148332119.jpg"},
|
||||
{
|
||||
name: "Chloe B.",
|
||||
handle: "@chloebakes",
|
||||
testimonial: "Exquisite packaging and even better ingredients. Simply love it.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photos_23-2149250046.jpg",
|
||||
},
|
||||
name: "Chloe B.", handle: "@chloebakes", testimonial: "Exquisite packaging and even better ingredients. Simply love it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photos_23-2149250046.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-allergens-commonly-found-food-grains_23-2150170245.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-guy-showing-approval_23-2148334477.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-guy-showing-approval_23-2148334477.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1321.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1321.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-preparing-bruschetta-with-healthy-ingredients-kitchen_637285-3122.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-preparing-bruschetta-with-healthy-ingredients-kitchen_637285-3122.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068930.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068930.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Sourcing",
|
||||
},
|
||||
type: "text", text: "Sustainable Sourcing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Small Batch Crafted",
|
||||
},
|
||||
type: "text", text: "Small Batch Crafted"},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Pure Herbs",
|
||||
},
|
||||
type: "text", text: "100% Pure Herbs"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Quality",
|
||||
},
|
||||
type: "text", text: "Artisanal Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Flavor",
|
||||
},
|
||||
type: "text", text: "Global Flavor"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,19 +105,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "12+",
|
||||
},
|
||||
label: "Years Experience", value: "12+"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Active Customers",
|
||||
value: "5k+",
|
||||
},
|
||||
label: "Active Customers", value: "5k+"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Sustainable Source",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Sustainable Source", value: "100%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -179,26 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Farm to Kitchen",
|
||||
description: "No middlemen. Just fresh spices from the harvest to your pantry.",
|
||||
tag: "Sourcing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-half-onion-kitchen-table-with-fresh-vegetables-salad_169016-50523.jpg",
|
||||
},
|
||||
id: "f1", title: "Farm to Kitchen", description: "No middlemen. Just fresh spices from the harvest to your pantry.", tag: "Sourcing", imageSrc: "http://img.b2bpic.net/free-photo/closeup-half-onion-kitchen-table-with-fresh-vegetables-salad_169016-50523.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Small Batch",
|
||||
description: "Crafted in small quantities to ensure absolute peak freshness.",
|
||||
tag: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-composition_23-2149072555.jpg",
|
||||
},
|
||||
id: "f2", title: "Small Batch", description: "Crafted in small quantities to ensure absolute peak freshness.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-composition_23-2149072555.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Pure & Potent",
|
||||
description: "No additives, fillers, or artificial preservatives ever.",
|
||||
tag: "Purity",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-mortar-food-photography_53876-106100.jpg",
|
||||
},
|
||||
id: "f3", title: "Pure & Potent", description: "No additives, fillers, or artificial preservatives ever.", tag: "Purity", imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-mortar-food-photography_53876-106100.jpg"},
|
||||
]}
|
||||
title="Why Choose Our Spices?"
|
||||
description="We ensure every spice is processed with traditional methods to lock in flavor."
|
||||
@@ -213,41 +143,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Cumin",
|
||||
price: "$8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-various-spices_23-2149444664.jpg",
|
||||
},
|
||||
id: "p1", name: "Signature Cumin", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-various-spices_23-2149444664.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Smoked Paprika",
|
||||
price: "$9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-cinnamon-with-copy-space_23-2148426088.jpg",
|
||||
},
|
||||
id: "p2", name: "Smoked Paprika", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-cinnamon-with-copy-space_23-2148426088.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "True Ceylon Cinnamon",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-tea-with-spices-cup_501050-845.jpg",
|
||||
},
|
||||
id: "p3", name: "True Ceylon Cinnamon", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/apple-tea-with-spices-cup_501050-845.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Tellicherry Peppercorn",
|
||||
price: "$10.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spoon-with-condiment-seeds_23-2148461633.jpg",
|
||||
},
|
||||
id: "p4", name: "Tellicherry Peppercorn", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spoon-with-condiment-seeds_23-2148461633.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Gold Turmeric",
|
||||
price: "$7.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-drink-turmeric-golden-milk_114579-12723.jpg",
|
||||
},
|
||||
id: "p5", name: "Gold Turmeric", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-drink-turmeric-golden-milk_114579-12723.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Dried Rosemary",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-crushed-seeds-tiny-glass-jar_23-2148440426.jpg",
|
||||
},
|
||||
id: "p6", name: "Dried Rosemary", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/variety-crushed-seeds-tiny-glass-jar_23-2148440426.jpg"},
|
||||
]}
|
||||
title="Our Signature Blends"
|
||||
description="Explore our top-rated spice collection."
|
||||
@@ -261,23 +167,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: MapPin,
|
||||
title: "Regions Served",
|
||||
value: "45+",
|
||||
},
|
||||
id: "m1", icon: MapPin,
|
||||
title: "Regions Served", value: "45+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Package,
|
||||
title: "Shipments Sent",
|
||||
value: "20k+",
|
||||
},
|
||||
id: "m2", icon: Package,
|
||||
title: "Shipments Sent", value: "20k+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Star,
|
||||
title: "Average Rating",
|
||||
value: "4.9",
|
||||
},
|
||||
id: "m3", icon: Star,
|
||||
title: "Average Rating", value: "4.9"},
|
||||
]}
|
||||
title="Global Reach"
|
||||
description="Delivering happiness to kitchens worldwide."
|
||||
@@ -289,30 +186,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-shopping-close-up-shot-beautiful-dark-haired-female-smiling-camera-with-her-purchases-her-hand_651396-3879.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah W.", imageSrc: "http://img.b2bpic.net/free-photo/love-shopping-close-up-shot-beautiful-dark-haired-female-smiling-camera-with-her-purchases-her-hand_651396-3879.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg",
|
||||
},
|
||||
id: "t2", name: "Mike R.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking-pizza_23-2150405878.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking-pizza_23-2150405878.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-pretty-delivery-woman-keeping-hands-close-her-chin_141793-124127.jpg",
|
||||
},
|
||||
id: "t4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-pretty-delivery-woman-keeping-hands-close-her-chin_141793-124127.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapped-dumplings-asian-food-cook_1150-23652.jpg",
|
||||
},
|
||||
id: "t5", name: "Chloe B.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapped-dumplings-asian-food-cook_1150-23652.jpg"},
|
||||
]}
|
||||
cardTitle="Loved by Home Chefs"
|
||||
cardTag="Reviews"
|
||||
@@ -326,20 +208,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long do spices stay fresh?",
|
||||
content: "Our spices maintain peak aroma for 12-18 months when stored in a cool, dry place.",
|
||||
},
|
||||
id: "q1", title: "How long do spices stay fresh?", content: "Our spices maintain peak aroma for 12-18 months when stored in a cool, dry place."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we ship globally using sustainable packaging.",
|
||||
},
|
||||
id: "q2", title: "Do you ship internationally?", content: "Yes, we ship globally using sustainable packaging."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are your spices gluten-free?",
|
||||
content: "All our spices are pure, single-origin, and 100% gluten-free.",
|
||||
},
|
||||
id: "q3", title: "Are your spices gluten-free?", content: "All our spices are pure, single-origin, and 100% gluten-free."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have answers."
|
||||
@@ -351,8 +224,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Newsletter"
|
||||
title="Stay Updated"
|
||||
description="Join our newsletter for spice tips, recipes, and exclusive offers."
|
||||
@@ -364,29 +236,19 @@ export default function LandingPage() {
|
||||
logoText="Aura Spices"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Spices",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Spices", href: "#products"},
|
||||
{
|
||||
label: "Blends",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Blends", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -395,4 +257,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user