8 Commits

Author SHA1 Message Date
ebbb4c2b9e Update src/app/page.tsx 2026-06-08 10:01:21 +00:00
3cb99f46c8 Update src/app/page.tsx 2026-06-08 10:00:27 +00:00
3e042d6efb Update src/app/page.tsx 2026-06-08 09:59:23 +00:00
ead443ace5 Merge version_3 into main
Merge version_3 into main
2026-06-08 09:56:17 +00:00
67c1a9d67e Update src/app/page.tsx 2026-06-08 09:56:11 +00:00
5a0f4b9d77 Merge version_3 into main
Merge version_3 into main
2026-06-08 09:55:34 +00:00
c7b69e4a08 Update src/app/page.tsx 2026-06-08 09:55:31 +00:00
a945fad63a Merge version_2 into main
Merge version_2 into main
2026-06-08 09:45:27 +00:00

View File

@@ -1,6 +1,6 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { ThemeProvider, useTheme } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText';
@@ -15,6 +15,8 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
import { Heart, Users, Utensils } from "lucide-react";
export default function LandingPage() {
const toggleTheme = () => { console.log("Theme toggle functionality not implemented for this ThemeProvider."); };
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -46,6 +48,7 @@ export default function LandingPage() {
name: "Contact", id: "#contact"},
]}
brandName="Swiss Butter"
button={{ text: "Toggle Theme", onClick: toggleTheme }}
/>
</div>
@@ -136,7 +139,7 @@ export default function LandingPage() {
{
id: "chicken-skewer", name: "Chicken Skewer", price: "Starting from $24", imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-onion-sauce_140725-1732.jpg", imageAlt: "Grilled Chicken Skewers with Swiss Butter sauce"},
{
id: "salmon-steak", name: "Salmon Steak", price: "Starting from $29", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-cucumber-cherry-tomato-lettuce-olive_140725-1610.jpg", imageAlt: "Grilled Salmon Steak with Swiss Butter sauce"},
id: "salmon-steak", name: "Salmon Steak", price: "Starting from $29", imageAlt: "Grilled Salmon Steak with Swiss Butter sauce", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-cucumber-cherry-tomato-lettuce-olive_140725-1610.jpg"}
]}
title="Our Signature Dishes"
description="Each dish is meticulously prepared and smothered in our iconic secret Swiss Butter sauce, served with a mesclun salad, white or brown baguette, chili flakes, and your choice of fries or baked potato."