3 Commits

Author SHA1 Message Date
cdbaf9cc8b Merge version_2 into main
Merge version_2 into main
2026-04-05 02:17:39 +00:00
e78c66a587 Update src/app/page.tsx 2026-04-05 02:17:34 +00:00
57705b1aed Merge version_1 into main
Merge version_1 into main
2026-04-05 01:39:18 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{
name: "Testimonials", id: "#testimonials"},
]}
brandName="Donair King"
brandName="Rockys Donair and Pizzeria"
button={{
text: "Order Now", href: "#contact"}}
/>
@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Donair King"
logoText="Rockys Donair and Pizzeria"
description="Massive portions. Unreal flavor. Every meal feels like family. Experience the best donair in Western Canada."
buttons={[
{
@@ -127,7 +127,7 @@ export default function LandingPage() {
items: [
"Massive portions", "Fresh ingredients", "Family vibe"],
}}
title="The Donair King Promise"
title="The Rockys Promise"
description="We don't cut corners. We believe in quality, value, and community."
/>
</div>
@@ -184,10 +184,10 @@ export default function LandingPage() {
],
},
]}
logoText="Donair King"
logoText="Rockys Donair and Pizzeria"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}