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