Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-11 12:18:20 +00:00
6 changed files with 66 additions and 27 deletions

View File

@@ -92,7 +92,7 @@ export default function AboutPage() {
title="The Story Behind Cupcake Carnivale"
description="Founded by pastry chef Jeffrey Jimenez, Cupcake Carnivale is an award-winning mobile cupcake truck serving the Philadelphia and New Jersey communities with artisan gourmet cupcakes baked fresh daily using the finest ingredients. We believe every cupcake should be a celebration of quality, creativity, and joy. Our mission is to bring happiness to every event and create memorable moments through our delicious creations."
tag="Our Journey"
imageSrc="http://img.b2bpic.net/free-photo/people-holding-delicious-burger-meal_23-2151433744.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-holding-delicious-burger-meal_23-2151433744.jpg?_wi=2"
imageAlt="Cupcake Carnivale award-winning truck in action"
buttons={[
{

View File

@@ -110,7 +110,7 @@ export default function ContactPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg?_wi=2"
imageAlt="Happy customer at cupcake truck smiling"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -118,7 +118,7 @@ export default function GalleryPage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "290+",
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997591.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997591.jpg?_wi=3",
imageAlt: "Vanilla cupcake with sprinkles",
},
]}
@@ -184,7 +184,7 @@ export default function GalleryPage() {
price: "Premium Quality",
rating: 5,
reviewCount: "210+",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-chocolate-cupcakes_23-2148654052.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-chocolate-cupcakes_23-2148654052.jpg?_wi=3",
imageAlt: "Close-up of cupcake frosting details",
},
{
@@ -194,7 +194,7 @@ export default function GalleryPage() {
price: "Premium Quality",
rating: 5,
reviewCount: "187+",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-raspberries-arrangement_23-2149162718.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-raspberries-arrangement_23-2149162718.jpg?_wi=3",
imageAlt: "Cupcakes with berry toppings",
},
{

View File

@@ -1,18 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } 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 { Roboto } 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 roboto = Roboto({
variable: "--font-roboto",
@@ -20,6 +24,39 @@ const roboto = Roboto({
weight: ["100", "300", "400", "500", "700", "900"],
});
export const metadata: Metadata = {
title: "Cupcake Carnivale | Award Winning Cupcake Truck Philadelphia",
description: "Artisan gourmet cupcakes baked fresh daily. Award-winning cupcake truck serving Philadelphia & New Jersey. Custom orders for weddings, events & celebrations.",
keywords: "cupcake truck, gourmet cupcakes, Philadelphia, New Jersey, bakery, award-winning, event catering, custom cupcakes",
metadataBase: new URL("https://cupcakecarnivale.com"),
alternates: {
canonical: "https://cupcakecarnivale.com",
},
openGraph: {
title: "Cupcake Carnivale | Award Winning Cupcake Truck",
description: "Experience artisan gourmet cupcakes served from our award-winning mobile truck across Philadelphia and New Jersey.",
url: "https://cupcakecarnivale.com",
siteName: "Cupcake Carnivale",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-vector/modern-collection-flat-food-trucks_23-2147671544.jpg",
alt: "Cupcake Carnivale award-winning truck",
},
],
},
twitter: {
card: "summary_large_image",
title: "Cupcake Carnivale | Award Winning Cupcake Truck",
description: "Artisan gourmet cupcakes baked fresh daily and served across Philadelphia and New Jersey.",
images: ["http://img.b2bpic.net/free-vector/modern-collection-flat-food-trucks_23-2147671544.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -28,7 +65,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${roboto.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -82,7 +82,7 @@ export default function MenuPage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "450+",
imageSrc: "http://img.b2bpic.net/free-photo/slice-carrot-pie-with-sugar-powder_114579-17120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/slice-carrot-pie-with-sugar-powder_114579-17120.jpg?_wi=2",
imageAlt: "Red Velvet Cupcake",
},
{
@@ -92,7 +92,7 @@ export default function MenuPage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "380+",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-chocolate-cupcakes_23-2148654052.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-chocolate-cupcakes_23-2148654052.jpg?_wi=2",
imageAlt: "Chocolate Jubilee Cupcake",
},
{
@@ -102,7 +102,7 @@ export default function MenuPage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "290+",
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997591.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997591.jpg?_wi=2",
imageAlt: "Vanilla Sideshow Cupcake",
},
{
@@ -112,7 +112,7 @@ export default function MenuPage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "320+",
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997562.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997562.jpg?_wi=2",
imageAlt: "Luscious Lemon Cupcake",
},
{
@@ -122,7 +122,7 @@ export default function MenuPage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "410+",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-raspberries-arrangement_23-2149162718.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-raspberries-arrangement_23-2149162718.jpg?_wi=2",
imageAlt: "Cookies and Cream Cupcake",
},
{
@@ -132,7 +132,7 @@ export default function MenuPage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "340+",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-38811.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-38811.jpg?_wi=2",
imageAlt: "Cookie Dough Cupcake",
},
]}

View File

@@ -106,7 +106,7 @@ export default function HomePage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "450+",
imageSrc: "http://img.b2bpic.net/free-photo/slice-carrot-pie-with-sugar-powder_114579-17120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/slice-carrot-pie-with-sugar-powder_114579-17120.jpg?_wi=1",
imageAlt: "Red Velvet Cupcake",
},
{
@@ -116,7 +116,7 @@ export default function HomePage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "380+",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-chocolate-cupcakes_23-2148654052.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-chocolate-cupcakes_23-2148654052.jpg?_wi=1",
imageAlt: "Chocolate Jubilee Cupcake",
},
{
@@ -126,7 +126,7 @@ export default function HomePage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "290+",
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997591.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997591.jpg?_wi=1",
imageAlt: "Vanilla Sideshow Cupcake",
},
{
@@ -136,7 +136,7 @@ export default function HomePage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "320+",
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997562.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997562.jpg?_wi=1",
imageAlt: "Luscious Lemon Cupcake",
},
{
@@ -146,7 +146,7 @@ export default function HomePage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "410+",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-raspberries-arrangement_23-2149162718.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-raspberries-arrangement_23-2149162718.jpg?_wi=1",
imageAlt: "Cookies and Cream Cupcake",
},
{
@@ -156,7 +156,7 @@ export default function HomePage() {
price: "Fresh Daily",
rating: 5,
reviewCount: "340+",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-38811.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-38811.jpg?_wi=1",
imageAlt: "Cookie Dough Cupcake",
},
]}
@@ -172,7 +172,7 @@ export default function HomePage() {
title="The Story Behind Cupcake Carnivale"
description="Founded by pastry chef Jeffrey Jimenez, Cupcake Carnivale is an award-winning mobile cupcake truck serving the Philadelphia and New Jersey communities with artisan gourmet cupcakes baked fresh daily using the finest ingredients. We believe every cupcake should be a celebration."
tag="Our Story"
imageSrc="http://img.b2bpic.net/free-photo/people-holding-delicious-burger-meal_23-2151433744.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-holding-delicious-burger-meal_23-2151433744.jpg?_wi=1"
imageAlt="Cupcake Carnivale award-winning truck"
buttons={[{ text: "Learn More", href: "/about" }]}
useInvertedBackground={true}
@@ -234,7 +234,7 @@ export default function HomePage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg?_wi=1"
imageAlt="Friendly cupcake truck service"
mediaAnimation="slide-up"
mediaPosition="right"