2 Commits

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