Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-10 00:54:40 +00:00

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
@@ -58,7 +57,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="About The Lake Panorama Pizzeria"
description="Located in the heart of Panora, we bring family-friendly, authentic pizza traditions to our lakeside community. We use fresh ingredients and time-honored techniques for the perfect slice."
/>
</div>
@@ -82,6 +80,7 @@ export default function LandingPage() {
<MetricCardEleven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "104 W Main St", title: "Our Address", description: "Panora, IA 50216", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg" },
{ id: "m2", value: "(515) 428-1962", title: "Call Us", description: "Available for takeout and dine-in orders.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg" }
@@ -94,13 +93,13 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardTwelve
useInvertedBackground={false}
cardTitle="Loved by the Local Community"
cardTag="Social Proof"
cardAnimation="slide-up"
testimonials={[
{ id: "r1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-enjoying-delicious-food_23-2150312342.jpg" },
{ id: "r2", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg" }
]}
cardTitle="Loved by the Local Community"
cardTag="Social Proof"
cardAnimation="slide-up"
/>
</div>
@@ -112,6 +111,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/glass-wine-decorated-table_1162-214.jpg"
mediaAnimation="opacity"
useInvertedBackground={false}
/>
</div>