Merge version_3 into main #4

Merged
bender merged 5 commits from version_3 into main 2026-02-17 03:37:11 +00:00
5 changed files with 7 additions and 7 deletions

View File

@@ -90,4 +90,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1259,4 +1259,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Flame, ChefHat, Sparkles, Calendar, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react';
import { Flame, ChefHat, Sparkles, Calendar } from 'lucide-react';
export default function LandingPage() {
return (
@@ -51,7 +51,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
buttons={[{ text: "Reserve Now", href: "contact" }]}
buttonAnimation="slide-up"
slides={[
mediaItems={[
{
imageSrc: "https://img.b2bpic.net/free-photo/close-up-hands-professional-chef-wear-black-gloves-making-sushi-rolls-restaurant-kitchen-japanese-traditional-food_627829-6726.jpg", imageAlt: "Master Chef Preparing Premium Wagyu"
},
@@ -237,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -302,4 +302,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -156,4 +156,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}