Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 37a61ab93c | |||
| bb0315f356 | |||
| 7462703ba5 | |||
| 56c99985c7 | |||
| a1d738dfe9 |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user