Merge version_1 into main #1
169
src/app/page.tsx
169
src/app/page.tsx
@@ -30,30 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "shop",
|
||||
href: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "blog",
|
||||
href: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Yaad A Spice"
|
||||
/>
|
||||
@@ -62,34 +47,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Indulge in the Finest Spices"
|
||||
description="Crafted for the Discerning Palate. Experience the Essence of Luxury in Every Bite."
|
||||
kpis={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Exotic Spices",
|
||||
},
|
||||
value: "100+", label: "Exotic Spices"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "20+", label: "Years Experience"},
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
value: "5-Star", label: "Customer Rating"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Our Signature Blends",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Shop Our Signature Blends", href: "/shop"},
|
||||
{
|
||||
text: "Explore Our Heritage",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Explore Our Heritage", href: "/about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471871.jpg"
|
||||
imageAlt="Luxurious array of exotic spices and gourmet dishes"
|
||||
@@ -103,7 +77,7 @@ export default function LandingPage() {
|
||||
tag="Our Story"
|
||||
title="A Legacy of Spice Excellence"
|
||||
description="At Yaad A Spice, we are dedicated to sourcing and delivering the world's most exquisite spices. Our journey began with a passion for authentic flavors and a commitment to unparalleled quality, creating a heritage of culinary distinction."
|
||||
subdescription="From rare saffron to aromatic cardamom, each spice is meticulously selected, ensuring a sensory experience that elevates every dish. Discover the difference true luxury makes."
|
||||
subdescription="From rare saffron to aromatic cardamom, each spice is meticulously selected, ensuring a sensory experience that elevates every dish. Discover the difference true luxury makes.""
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-bowls-full-spices_23-2148211104.jpg"
|
||||
imageAlt="Spice expert inspecting quality spices in an elegant setting"
|
||||
@@ -119,26 +93,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "Golden Saffron Threads",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-inside-pots-grey-space_140725-76005.jpg",
|
||||
imageAlt: "Premium saffron threads",
|
||||
},
|
||||
id: "product-1", name: "Golden Saffron Threads", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-inside-pots-grey-space_140725-76005.jpg", imageAlt: "Premium saffron threads"},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Emerald Cardamom Pods",
|
||||
price: "$29.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-flowers_23-2148164006.jpg",
|
||||
imageAlt: "Emerald green cardamom pods",
|
||||
},
|
||||
id: "product-2", name: "Emerald Cardamom Pods", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-flowers_23-2148164006.jpg", imageAlt: "Emerald green cardamom pods"},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Ruby Spice Blend",
|
||||
price: "$34.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-spices-table-spruce-branches-with-cones-christmas-tree-toys-bowls-spices-garlic-oil-lemon-grey-table_140725-111975.jpg",
|
||||
imageAlt: "Rich ruby red spice blend",
|
||||
},
|
||||
id: "product-3", name: "Ruby Spice Blend", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-spices-table-spruce-branches-with-cones-christmas-tree-toys-bowls-spices-garlic-oil-lemon-grey-table_140725-111975.jpg", imageAlt: "Rich ruby red spice blend"},
|
||||
]}
|
||||
title="Our Signature Blends"
|
||||
description="Discover our curated collection of premium spices, hand-selected for their exceptional quality and unique flavor profiles. Elevate your culinary creations with our exquisite range."
|
||||
@@ -150,29 +109,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Amelia Ross",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-away_23-2148415892.jpg",
|
||||
imageAlt: "Amelia Ross",
|
||||
},
|
||||
id: "1", name: "Amelia Ross", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-away_23-2148415892.jpg", imageAlt: "Amelia Ross"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Julian Hayes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-marking-her-smile-with-her-fingers_1187-3168.jpg",
|
||||
imageAlt: "Julian Hayes",
|
||||
},
|
||||
id: "2", name: "Julian Hayes", imageSrc: "http://img.b2bpic.net/free-photo/woman-marking-her-smile-with-her-fingers_1187-3168.jpg", imageAlt: "Julian Hayes"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophie Blake",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021832.jpg",
|
||||
imageAlt: "Sophie Blake",
|
||||
},
|
||||
id: "3", name: "Sophie Blake", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021832.jpg", imageAlt: "Sophie Blake"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Stone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-with-piercing-ears-nose-holding-slice-orange-front-his-eyes-against-grey-background_23-2148121841.jpg",
|
||||
imageAlt: "Marcus Stone",
|
||||
},
|
||||
id: "4", name: "Marcus Stone", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-with-piercing-ears-nose-holding-slice-orange-front-his-eyes-against-grey-background_23-2148121841.jpg", imageAlt: "Marcus Stone"},
|
||||
]}
|
||||
cardTitle="What Our Connoisseurs Say"
|
||||
cardTag="Taste of Excellence"
|
||||
@@ -184,8 +127,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Join Our Family"
|
||||
title="Be the First to Taste Excellence"
|
||||
description="Subscribe to our newsletter for exclusive offers, new product launches, and gourmet recipes delivered directly to your inbox. Indulge in luxury, spice by spice."
|
||||
@@ -198,84 +140,51 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Spices",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "All Spices", href: "/shop"},
|
||||
{
|
||||
label: "Blends",
|
||||
href: "/shop#blends",
|
||||
},
|
||||
label: "Blends", href: "/shop#blends"},
|
||||
{
|
||||
label: "Gourmet Kits",
|
||||
href: "/shop#kits",
|
||||
},
|
||||
label: "Gourmet Kits", href: "/shop#kits"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Heritage",
|
||||
href: "/about#heritage",
|
||||
},
|
||||
label: "Heritage", href: "/about#heritage"},
|
||||
{
|
||||
label: "Quality Promise",
|
||||
href: "/about#quality",
|
||||
},
|
||||
label: "Quality Promise", href: "/about#quality"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Recipes",
|
||||
href: "/blog#recipes",
|
||||
},
|
||||
label: "Recipes", href: "/blog#recipes"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Support",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Support", href: "/contact"},
|
||||
{
|
||||
label: "Wholesale",
|
||||
href: "/contact#wholesale",
|
||||
},
|
||||
label: "Wholesale", href: "/contact#wholesale"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "/contact#press",
|
||||
},
|
||||
label: "Press", href: "/contact#press"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user