Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0f67c660e | |||
| 5ba5905dc7 |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||||
@@ -222,33 +222,26 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterBase
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/food-cooking_114579-8690.jpg"
|
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop", items: [
|
title: "Shop", items: [
|
||||||
{
|
{ label: "All Products", href: "#products" },
|
||||||
label: "All Products", href: "#products"},
|
{ label: "Bundles", href: "#pricing" }
|
||||||
{
|
]
|
||||||
label: "Bundles", href: "#pricing"},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{
|
{ label: "About Us", href: "#about" },
|
||||||
label: "About Us", href: "#about"},
|
{ label: "Story", href: "#about" }
|
||||||
{
|
]
|
||||||
label: "Story", href: "#about"},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support", items: [
|
title: "Support", items: [
|
||||||
{
|
{ label: "FAQ", href: "#faq" },
|
||||||
label: "FAQ", href: "#faq"},
|
{ label: "Contact", href: "#contact" }
|
||||||
{
|
]
|
||||||
label: "Contact", href: "#"},
|
}
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="Sakshat Foods"
|
logoText="Sakshat Foods"
|
||||||
copyrightText="© 2025 Sakshat Foods. Tradition in Minutes."
|
copyrightText="© 2025 Sakshat Foods. Tradition in Minutes."
|
||||||
|
|||||||
Reference in New Issue
Block a user