Merge version_1 into main #6
@@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Cheese, Egg, Milk, Sparkles, Sprout } from "lucide-react";
|
||||
import { CookingPot, Egg, Milk, Sparkles, Sprout } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,9 +47,9 @@ export default function LandingPage() {
|
||||
{title:"Cheese Varieties",values:[15,20,25],description:"Handcrafted with care."}
|
||||
],
|
||||
logoIcon: Sparkles,
|
||||
sidebarItems: [{icon:Milk,active:true},{icon:Cheese},{icon:Sprout}],
|
||||
sidebarItems: [{icon:Milk,active:true},{icon:CookingPot},{icon:Sprout}],
|
||||
buttons: [{text:"Farm Tour",href:"#"},{text:"Recipes",href:"#"}],
|
||||
listItems: [{icon:Milk,title:"Fresh Whole Milk",status:"Daily"},{icon:Cheese,title:"Aged Cheddar",status:"Popular"},{icon:Egg,title:"Farm Eggs",status:"Available"}],
|
||||
listItems: [{icon:Milk,title:"Fresh Whole Milk",status:"Daily"},{icon:CookingPot,title:"Aged Cheddar",status:"Popular"},{icon:Egg,title:"Farm Eggs",status:"Available"}],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/different-types-cheese-wooden-background-composition-delicatessen-concept-gourmet-cheeses_169016-4622.jpg", searchPlaceholder: "Search dairy products...", chartTitle: "Monthly Sales Trend", chartData: [{value:50},{value:30},{value:70},{value:40},{value:90}],
|
||||
listTitle: "Latest Additions"
|
||||
}}
|
||||
|
||||
@@ -109,7 +109,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered {...navbarProps} />
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -138,7 +138,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered {...navbarProps} />
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -174,7 +174,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered {...navbarProps} />
|
||||
</div>
|
||||
<div id="product-detail-card" data-section="product-detail-card">
|
||||
|
||||
@@ -76,7 +76,7 @@ function ShopPageContent() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered {...navbarProps} />
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -104,7 +104,7 @@ function ShopPageContent() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered {...navbarProps} />
|
||||
</div>
|
||||
<div id="product-catalog" data-section="product-catalog">
|
||||
|
||||
Reference in New Issue
Block a user