5 Commits

Author SHA1 Message Date
37a61ab93c Merge version_2 into main
Merge version_2 into main
2026-05-07 06:32:35 +00:00
bb0315f356 Update src/app/page.tsx 2026-05-07 06:32:29 +00:00
7462703ba5 Merge version_2 into main
Merge version_2 into main
2026-05-07 06:32:01 +00:00
56c99985c7 Update src/app/page.tsx 2026-05-07 06:31:58 +00:00
a1d738dfe9 Merge version_1 into main
Merge version_1 into main
2026-05-07 06:28:30 +00:00

View File

@@ -3,16 +3,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Leaf, Shield, ShieldCheck, Star, Truck } from "lucide-react"; import { Award, Leaf, Shield, ShieldCheck, Star, Truck, Mail, Phone, MapPin } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -30,14 +30,13 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarStyleCentered
navItems={[ navItems={[
{ name: "Products", id: "#products" }, { name: "Products", id: "#products" },
{ name: "About", id: "#about" }, { name: "About", id: "#about" },
{ name: "Contact", id: "#contact" }, { name: "Contact", id: "#contact" },
]} ]}
brandName="Maharaja Foods" brandName="Maharaja Foods"
button={{ text: "Get Started", href: "#contact" }}
/> />
</div> </div>
@@ -89,7 +88,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "1", name: "Royal Masala Blend", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-jar-with-dry-peas-wooden-table_140725-12850.jpg" }, { id: "1", name: "Royal Masala Blend", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-jar-with-dry-peas-wooden-table_140725-12850.jpg" },
{ id: "2", name: "Authentic Curry Mix", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetarian-soup-rustic-wooden-bowl-generated-by-ai_188544-33391.jpg" }, { id: "2", name: "Authentic Curry Mix", price: "$15.00", imageSrc: "http://img.b2bpic.net/fresh-vegetarian-soup-rustic-wooden-bowl-generated-by-ai_188544-33391.jpg" },
{ id: "3", name: "Heritage Spice Box", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-ingredients-with-notebook-spices_23-2148834780.jpg" }, { id: "3", name: "Heritage Spice Box", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-ingredients-with-notebook-spices_23-2148834780.jpg" },
{ id: "4", name: "Golden Basmati Rice", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-rice-brown-black-bowl-rice-table_140725-74059.jpg" }, { id: "4", name: "Golden Basmati Rice", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-rice-brown-black-bowl-rice-table_140725-74059.jpg" },
{ id: "5", name: "Organic Cold-Pressed Oil", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/golden-steam-underwater-oil_23-2148227201.jpg" }, { id: "5", name: "Organic Cold-Pressed Oil", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/golden-steam-underwater-oil_23-2148227201.jpg" },
@@ -165,24 +164,23 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactText
text="Connect with our culinary team for personalized service and bulk inquiries."
background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Contact Support", href: "mailto:support@maharajafoods.com" }]}
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "rotated-rays-static" }}
tag="Contact Us"
title="Join the Family"
description="Subscribe for exclusive news, recipes, and seasonal member-only drops."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterCard
logoText="Maharaja Foods" logoText="Maharaja Foods"
columns={[ copyrightText="© 2025 Maharaja Foods. All rights reserved."
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }] }, socialLinks={[
{ title: "Help", items: [{ label: "Support", href: "#" }, { label: "Shipping", href: "#" }] }, { icon: Mail, href: "#", ariaLabel: "Email" },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }, { icon: Phone, href: "#", ariaLabel: "Phone" },
{ icon: MapPin, href: "#", ariaLabel: "Location" }
]} ]}
copyrightText="© 2024 Maharaja Foods Inc. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>