Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cdbaf9cc8b | |||
| e78c66a587 | |||
| 57705b1aed |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user