Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0b32edebb | |||
| 630c1f038f | |||
| d2c6e0c33c |
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user