Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-11 20:19:38 +00:00
5 changed files with 60 additions and 26 deletions

View File

@@ -48,7 +48,7 @@ export default function AboutPage() {
{ value: "25+", title: "Years Serving Waterville" },
{ value: "1000s", title: "Happy Memories Created" },
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-kid-with-ice-creams-side-view_23-2149426708.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-kid-with-ice-creams-side-view_23-2149426708.jpg?_wi=2"
imageAlt="Family enjoying ice cream together"
useInvertedBackground={true}
mediaAnimation="blur-reveal"

View File

@@ -1,24 +1,56 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Source_Sans_3 } 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 { Source_Sans_3 } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Sweet Retreat - Waterville's Favorite Ice Cream Shop",
description: "Enjoy delicious soft serve, sundaes, and ice cream favorites at Sweet Retreat. Visit Waterville's beloved local ice cream parlor for fun summer treats and family memories.",
keywords: "ice cream, soft serve, sundaes, desserts, Waterville, local business, family friendly",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Sweet Retreat - Waterville's Favorite Ice Cream Shop",
description: "Your favorite local ice cream parlor with soft serve, sundaes, and classic treats.",
type: "website",
siteName: "Sweet Retreat",
images: [
{
url: "http://img.b2bpic.net/free-photo/appetizing-ice-cream-cone-female-hands_169016-43900.jpg",
alt: "Sweet Retreat ice cream cone with swirls and sprinkles",
},
],
},
twitter: {
card: "summary_large_image",
title: "Sweet Retreat - Waterville's Favorite Ice Cream Shop",
description: "Delicious ice cream, friendly staff, and family memories since 1999.",
images: ["http://img.b2bpic.net/free-photo/appetizing-ice-cream-cone-female-hands_169016-43900.jpg"],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +59,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${sourceSans3.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +73,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -80,7 +80,7 @@ export default function MenuPage() {
price: "$4.99",
rating: 5,
reviewCount: "850+",
imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-placed-row_23-2148102390.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-placed-row_23-2148102390.jpg?_wi=2",
imageAlt: "Classic creamy soft serve with chocolate and vanilla swirl",
},
{
@@ -90,7 +90,7 @@ export default function MenuPage() {
price: "$7.99",
rating: 5,
reviewCount: "720+",
imageSrc: "http://img.b2bpic.net/free-photo/strawberries-cream-served-with-banana-puff-pastries_114579-13264.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/strawberries-cream-served-with-banana-puff-pastries_114579-13264.jpg?_wi=2",
imageAlt: "Soft-serve twist on the classic banana split with toppings",
},
{
@@ -100,7 +100,7 @@ export default function MenuPage() {
price: "$8.49",
rating: 5,
reviewCount: "895+",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-chestnut-soup_114579-65560.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-chestnut-soup_114579-65560.jpg?_wi=2",
imageAlt: "Local favorite with peanut butter, chocolate, and creamy ice cream",
},
{
@@ -110,7 +110,7 @@ export default function MenuPage() {
price: "$5.99",
rating: 5,
reviewCount: "640+",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yummy-popsicles-with-poppy-seeds-ice_23-2148763648.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yummy-popsicles-with-poppy-seeds-ice_23-2148763648.jpg?_wi=2",
imageAlt: "Fan-favorite key lime pie ice cream flavor",
},
]}

View File

@@ -98,7 +98,7 @@ export default function HomePage() {
role: "Local Customer",
company: "Waterville Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-smiling-female-sits-outdoor-cafeteria-has-broad-smile-has-good-rest-has-satisfied-expression-rests-tropical-resort-country-cute-young-woman-rests-terrace-cafe-positiveness_273609-3010.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-smiling-female-sits-outdoor-cafeteria-has-broad-smile-has-good-rest-has-satisfied-expression-rests-tropical-resort-country-cute-young-woman-rests-terrace-cafe-positiveness_273609-3010.jpg?_wi=1",
imageAlt: "Julie Pauken",
},
{
@@ -107,7 +107,7 @@ export default function HomePage() {
role: "Regular Visitor",
company: "Waterville Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-close-up-street_1321-10.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-close-up-street_1321-10.jpg?_wi=1",
imageAlt: "Rob Gasser",
},
{
@@ -116,7 +116,7 @@ export default function HomePage() {
role: "Local Favorite",
company: "Waterville Native",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-holding-gesture_1298-431.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-holding-gesture_1298-431.jpg?_wi=1",
imageAlt: "Jay Mikalacki",
},
{
@@ -125,7 +125,7 @@ export default function HomePage() {
role: "Family Visitor",
company: "Waterville Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-laptop_23-2148471013.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-laptop_23-2148471013.jpg?_wi=1",
imageAlt: "Melissa Barber",
},
]}
@@ -152,7 +152,7 @@ export default function HomePage() {
price: "$4.99",
rating: 5,
reviewCount: "850+",
imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-placed-row_23-2148102390.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-placed-row_23-2148102390.jpg?_wi=1",
imageAlt: "Classic creamy soft serve with chocolate and vanilla swirl",
},
{
@@ -162,7 +162,7 @@ export default function HomePage() {
price: "$7.99",
rating: 5,
reviewCount: "720+",
imageSrc: "http://img.b2bpic.net/free-photo/strawberries-cream-served-with-banana-puff-pastries_114579-13264.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/strawberries-cream-served-with-banana-puff-pastries_114579-13264.jpg?_wi=1",
imageAlt: "Soft-serve twist on the classic banana split with toppings",
},
{
@@ -172,7 +172,7 @@ export default function HomePage() {
price: "$8.49",
rating: 5,
reviewCount: "895+",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-chestnut-soup_114579-65560.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-chestnut-soup_114579-65560.jpg?_wi=1",
imageAlt: "Local favorite with peanut butter, chocolate, and creamy ice cream",
},
{
@@ -182,7 +182,7 @@ export default function HomePage() {
price: "$5.99",
rating: 5,
reviewCount: "640+",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yummy-popsicles-with-poppy-seeds-ice_23-2148763648.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yummy-popsicles-with-poppy-seeds-ice_23-2148763648.jpg?_wi=1",
imageAlt: "Fan-favorite key lime pie ice cream flavor",
},
]}
@@ -237,7 +237,7 @@ export default function HomePage() {
]}
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/woman-kid-with-ice-creams-side-view_23-2149426708.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-kid-with-ice-creams-side-view_23-2149426708.jpg?_wi=1"
imageAlt="Family enjoying ice cream together"
/>
</div>

View File

@@ -50,7 +50,7 @@ export default function ReviewsPage() {
role: "Local Customer",
company: "Waterville Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-smiling-female-sits-outdoor-cafeteria-has-broad-smile-has-good-rest-has-satisfied-expression-rests-tropical-resort-country-cute-young-woman-rests-terrace-cafe-positiveness_273609-3010.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-smiling-female-sits-outdoor-cafeteria-has-broad-smile-has-good-rest-has-satisfied-expression-rests-tropical-resort-country-cute-young-woman-rests-terrace-cafe-positiveness_273609-3010.jpg?_wi=2",
imageAlt: "Julie Pauken",
},
{
@@ -59,7 +59,7 @@ export default function ReviewsPage() {
role: "Regular Visitor",
company: "Waterville Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-close-up-street_1321-10.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-close-up-street_1321-10.jpg?_wi=2",
imageAlt: "Rob Gasser",
},
{
@@ -68,7 +68,7 @@ export default function ReviewsPage() {
role: "Local Favorite",
company: "Waterville Native",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-holding-gesture_1298-431.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-holding-gesture_1298-431.jpg?_wi=2",
imageAlt: "Jay Mikalacki",
},
{
@@ -77,7 +77,7 @@ export default function ReviewsPage() {
role: "Family Visitor",
company: "Waterville Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-laptop_23-2148471013.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-laptop_23-2148471013.jpg?_wi=2",
imageAlt: "Melissa Barber",
},
]}