6 Commits

Author SHA1 Message Date
13a2b7e05b Merge version_3 into main
Merge version_3 into main
2026-03-04 20:27:57 +00:00
eb2bb0bdcd Update src/app/page.tsx 2026-03-04 20:27:52 +00:00
d2936455d6 Merge version_2 into main
Merge version_2 into main
2026-03-04 20:26:13 +00:00
ee17c05c82 Update src/app/page.tsx 2026-03-04 20:26:10 +00:00
6b6f0f5923 Update src/app/layout.tsx 2026-03-04 20:26:09 +00:00
93d2e10b7f Merge version_1 into main
Merge version_1 into main
2026-03-04 20:24:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1416,4 +1416,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="ROAST & TOAST"
description="Specialty Coffee. Crafted with Care in Al Aziziyah. 4.9-Star Rated Local Favorite • Open Until 3 AM"
description="Late-night specialty coffee inside Ali Bin Ali Hospital in Al Aziziyah. 4.9★ Rating • Open Until 3 AM • SAR 1-20"
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now", href: "tel:+966XXXXXXXXX" },
@@ -211,4 +211,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}