Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebbb4c2b9e | |||
| 3cb99f46c8 | |||
| 3e042d6efb | |||
| ead443ace5 | |||
| 67c1a9d67e | |||
| 5a0f4b9d77 | |||
| c7b69e4a08 | |||
| a945fad63a |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user