Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33043ab1f8 | |||
| 1f0869fe16 | |||
| 68e1af6c0c | |||
| 8805266868 |
313
src/app/page.tsx
313
src/app/page.tsx
@@ -7,12 +7,14 @@ import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Award, CheckCircle, MapPin, Shield, ShieldCheck, Star } from "lucide-react";
|
||||
import { Award, CheckCircle, Star, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,67 +34,35 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Our Process",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Our Process", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Shree Ganesh Cashews"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Freshness in Every Kernel"
|
||||
description="Shree Ganesh Cashews brings you the finest quality, naturally processed cashews straight from our factory outlet to your table."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-cashew-milk-glass-with-cashews-nuts-dark-background_1150-45380.jpg",
|
||||
imageAlt: "Fresh Cashews",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sketchbook-with-salted-roasted-pistachios-scattered-black-background_141793-7937.jpg",
|
||||
imageAlt: "Cashew Quality",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cashews-black-background_141793-8647.jpg",
|
||||
imageAlt: "Organic Nuts",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-cashews-nuts-bowl-dark-background_1150-45357.jpg",
|
||||
imageAlt: "Factory Fresh",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorative-nuts-concept_23-2147690281.jpg",
|
||||
imageAlt: "Natural Snack",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kozinaki-candies-with-seeds-nuts-marble-space_114579-76214.jpg",
|
||||
imageAlt: "Premium Quality",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<HeroCentered
|
||||
title="Freshness in Every Kernel"
|
||||
description="Shree Ganesh Cashews brings you the finest quality, naturally processed cashews straight from our factory outlet to your table."
|
||||
avatars={[{ src: "https://img.b2bpic.net/free-photo/side-view-cashews-black-background_141793-8647.jpg", alt: "Cashew 1" }, { src: "https://img.b2bpic.net/free-photo/raw-cashews-nuts-bowl-dark-background_1150-45357.jpg", alt: "Cashew 2" }]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
/>
|
||||
<HeroLogoBillboard
|
||||
logoText="Shree Ganesh"
|
||||
description="Quality cashews for every family."
|
||||
buttons={[{ text: "Learn More" }]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/vegan-cashew-milk-glass-with-cashews-nuts-dark-background_1150-45380.jpg"
|
||||
/>
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Experience the Difference"
|
||||
description="Naturally sourced and processed to perfection."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
carouselItems={Array.from({ length: 6 }).map((_, i) => ({ id: `c-${i}`, imageSrc: "https://img.b2bpic.net/free-photo/decorative-nuts-concept_23-2147690281.jpg" }))}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
@@ -100,21 +70,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Legacy of Quality"
|
||||
metrics={[
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Years of Excellence",
|
||||
value: "20+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Happy Families",
|
||||
value: "50k+",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Metric Tons/Year",
|
||||
value: "500+",
|
||||
},
|
||||
{ icon: Shield, label: "Years of Excellence", value: "20+" },
|
||||
{ icon: Award, label: "Happy Families", value: "50k+" },
|
||||
{ icon: CheckCircle, label: "Metric Tons/Year", value: "500+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -126,27 +84,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Sustainably Sourced",
|
||||
description: "Hand-picked from the finest farms to maintain organic integrity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wheelbarrow-with-peanuts_23-2148761783.jpg",
|
||||
imageAlt: "Organic Farming",
|
||||
},
|
||||
{
|
||||
title: "Modern Processing",
|
||||
description: "State-of-the-art roasting and hygienic processing facility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-volunteer-packing-donated-food-cardboard-box_637285-10765.jpg",
|
||||
imageAlt: "Processing",
|
||||
},
|
||||
{
|
||||
title: "Secure Logistics",
|
||||
description: "Fast and safe shipping to deliver freshness to your doorstep.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-with-food-packages-boxes-pink-job-color-worker-food-delivery-bike-service_179666-22030.jpg",
|
||||
imageAlt: "Delivery",
|
||||
},
|
||||
{ title: "Sustainably Sourced", description: "Hand-picked from the finest farms.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wheelbarrow-with-peanuts_23-2148761783.jpg", imageAlt: "Organic" },
|
||||
{ title: "Modern Processing", description: "Hygienic processing facility.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-volunteer-packing-donated-food-cardboard-box_637285-10765.jpg", imageAlt: "Hygienic" },
|
||||
{ title: "Secure Logistics", description: "Fast and safe shipping.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-with-food-packages-boxes-pink-job-color-worker-food-delivery-bike-service_179666-22030.jpg", imageAlt: "Logistics" },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We ensure premium quality standards in every stage of production."
|
||||
description="We ensure premium quality standards."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,79 +100,25 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Roasted",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-peanuts-assortment-chinese-new-year-treats_23-2148358088.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Split Kernels",
|
||||
price: "$10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overturned-paper-bag-filled-with-healthy-raw-cashew-nuts_23-2148675507.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Spicy Masala Mix",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salty-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds_141793-88854.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Honey Glazed",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-honey-peanuts-image_839833-17806.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Raw Whole Nuts",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-cashews-nuts-bag-dark-background_1150-45360.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gourmet Gift Pack",
|
||||
price: "$25.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-spoon-with-cashew-black-background_141793-9345.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Classic Roasted", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-peanuts-assortment-chinese-new-year-treats_23-2148358088.jpg" },
|
||||
{ id: "p2", name: "Premium Split", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/overturned-paper-bag-filled-with-healthy-raw-cashew-nuts_23-2148675507.jpg" },
|
||||
]}
|
||||
title="Our Nutty Collection"
|
||||
description="Explore our premium range of roasted, salted, and flavored cashews."
|
||||
title="Our Collection"
|
||||
description="Explore our premium range."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Customer Rating",
|
||||
value: "4.9/5",
|
||||
description: "Rated by over 10,000 customers",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Origin States",
|
||||
value: "5",
|
||||
description: "Sourced from diverse orchards",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Quality Checks",
|
||||
value: "15+",
|
||||
description: "Multi-stage lab testing",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Driven by trust and quality in every single batch."
|
||||
description="Driven by trust."
|
||||
metrics={[
|
||||
{ id: "m1", title: "Rating", value: "4.9/5", description: "10k+ customers", icon: Star },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -237,131 +126,39 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ananya P.",
|
||||
handle: "@ananya_foodie",
|
||||
testimonial: "The freshest cashews I have ever tasted! Truly premium quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-friends-looking-recipe-smartphone-while-cooking_23-2148708930.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh K.",
|
||||
handle: "@raj_chef",
|
||||
testimonial: "As a chef, I value consistent quality, and these are the best.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Meera S.",
|
||||
handle: "@meera_kitchen",
|
||||
testimonial: "The masala flavored cashews are to die for. Amazing texture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5512.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram V.",
|
||||
handle: "@vik_healthy",
|
||||
testimonial: "Best factory outlet experience. Fast delivery and fresh taste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-pouring-pasta-into-bag_482257-76488.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sneha L.",
|
||||
handle: "@sneha_health",
|
||||
testimonial: "Healthy, organic, and delicious. Shree Ganesh is my go-to brand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-senior-lady-enjoying-tasty-pie_1262-18577.jpg",
|
||||
},
|
||||
]}
|
||||
title="Love from Our Community"
|
||||
description="See why our customers keep coming back for more."
|
||||
useInvertedBackground={false}
|
||||
testimonials={[{ id: "1", name: "Ananya P.", handle: "@ananya", testimonial: "Freshest ever!" }]}
|
||||
title="Happy Customers"
|
||||
description="Real feedback from our family."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
faqs={[{ id: "f1", title: "Are they organic?", content: "Yes." }]}
|
||||
title="FAQs"
|
||||
description="Common questions."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are your cashews organic?",
|
||||
content: "Yes, we use sustainable farming practices and maintain organic quality standards.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Currently, we ship across the country with specialized logistics partners.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is the shelf life?",
|
||||
content: "Our vacuum-sealed packaging ensures freshness for up to 6 months.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our products."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Have questions or want to make a wholesale enquiry? Our team is always ready to assist you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:hello@shreeganeshcashews.com",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
text="Get in touch with us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Shree Ganesh"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Shree Ganesh Cashews Factory Outlet."
|
||||
columns={[{ title: "Links", items: [{ label: "Home", href: "#home" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user