Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7a8cc9590 | |||
| d0b32edebb | |||
| 60692305c8 | |||
| 630c1f038f | |||
| d2c6e0c33c | |||
| 504fc5013c | |||
| 8715e9746f |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import "@/lib/gsap-setup";
|
import "@/lib/gsap-setup";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Mulish } from "next/font/google";
|
import { Mulish } from "next/font/google";
|
||||||
|
|
||||||
@@ -34,7 +33,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${mulish.variable} antialiased`}>
|
<body className={`${mulish.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="A Taste of Home on Main Street"
|
title="Scratch-Made Brunch Magic in River Falls"
|
||||||
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."
|
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={[
|
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/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" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-table_23-2148941589.jpg", imageAlt: "homemade pie cafe dessert" },
|
||||||
@@ -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: "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." }
|
{ 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"
|
sideTitle="Frequently Asked Questions"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user