7 Commits

Author SHA1 Message Date
d0b32edebb Remove watermark 2026-05-12 21:13:53 +00:00
630c1f038f Update src/app/page.tsx 2026-05-12 20:57:49 +00:00
d2c6e0c33c Merge version_3 into main
Merge version_3 into main
2026-05-12 20:56:47 +00:00
504fc5013c Update src/app/page.tsx 2026-05-12 20:56:41 +00:00
8715e9746f Merge version_2 into main
Merge version_2 into main
2026-05-12 20:55:31 +00:00
89c669d11a Update src/app/page.tsx 2026-05-12 20:55:28 +00:00
e3f7440741 Merge version_1 into main
Merge version_1 into main
2026-05-12 20:54:21 +00:00
2 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
@@ -34,7 +33,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -44,8 +44,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{ variant: "plain" }}
title="A Taste of Home on Main Street"
description="Join us for River Falls' favorite breakfast and brunch spot. From our famous cinnamon rolls to savory breakfast classics, we serve everything with a warm welcome."
title="Scratch-Made Brunch Magic in River Falls"
description="Treat yourself to the local experience everyone's talking about. From our famous cinnamon rolls to savory breakfast classics, every bite is made from scratch just for you."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629540.jpg", imageAlt: "cozy diner interior view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-table_23-2148941589.jpg", imageAlt: "homemade pie cafe dessert" },
@@ -129,7 +129,7 @@ export default function LandingPage() {
{ id: "p6", name: "Fried Chicken Salad", price: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-citrus-with-waffles-pears_23-2148526458.jpg" }
]}
title="Our Signature Menu"
description="Hearty portions, fair prices, and unforgettable flavors."
description="Hearty portions, fair prices, and unforgettable flavors. Every dish is crafted from scratch using only the freshest, locally sourced ingredients."
/>
</div>
@@ -158,6 +158,9 @@ export default function LandingPage() {
{ id: "f2", title: "Do you offer catering services?", content: "Yes, we provide catering for celebrations of life, events, and office meals." },
{ id: "f3", title: "What's the best time to visit?", content: "We're very popular for weekend brunch, so we recommend arriving early or later in the afternoon." }
]}
buttons={[
{ text: "Make a Reservation", href: "#contact" }
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
/>