Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 662dd65039 | |||
| eac68f9c01 | |||
| ef5af41db0 | |||
| b39e1bda65 | |||
| 746034e9e1 | |||
| 5f82b3a32c |
@@ -3,7 +3,6 @@ import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Archivo } from "next/font/google";
|
||||
|
||||
@@ -27,7 +26,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${archivo.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
title="By The Numbers"
|
||||
description="Proof that Kawau Kitchen is where the food community gathers."
|
||||
description="Proof that Kawau Kitchen is where the food community gathers—15K+ diners trust us monthly."
|
||||
metrics={[
|
||||
{ id: "metric-1", value: "15K+", title: "Monthly Diners", description: "People loving our food every month", icon: Users },
|
||||
{ id: "metric-2", value: "4.9★", title: "Avg Rating", description: "Across all platforms and reviews", icon: Star },
|
||||
@@ -168,8 +168,8 @@ export default function LandingPage() {
|
||||
imageAlt="Restaurant reservation and contact"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Reserve Table"
|
||||
inputPlaceholder="Enter email to reserve"
|
||||
buttonText="Reserve Now"
|
||||
termsText="By submitting, you agree to our Terms. We'll send you reservation details and updates."
|
||||
ariaLabel="Contact and reservation section"
|
||||
/>
|
||||
@@ -210,4 +210,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user