Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-04-28 18:20:11 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
description="Top-quality meat at honest prices, served with a smile by people who genuinely care. That's the O'Toole's promise."
buttons={[
{
text: "Our Specialties", href: "#specialties"},
text: "Our Specialties", href: "#products"},
{
text: "Find Us", href: "#visit"},
]}
@@ -146,12 +146,12 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "rotated-rays-static"}}
text="Come visit us in Dublin. We're open 7 days a week, ready with fresh cuts and a friendly chat. Pop in and see what's fresh today!"
text="O'Toole's Butchers Rathfarnham | Rating: 4.9 (27 reviews)\nAddress: Unit 1, Rosemount Shopping Centre, Marian Rd, Rathfarnham, Dublin, D14 V674\nPhone: (01) 494 3064\nOpening Hours: Tuesday-Monday 8:30am-6pm (Sunday: Closed)"
buttons={[
{
text: "Call Us", href: "tel:+35310000000"},
text: "Call Us", href: "tel:+35314943064"},
{
text: "Get Directions", href: "https://maps.google.com"},
text: "Get Directions", href: "https://maps.google.com/?q=Unit+1,+Rosemount+Shopping+Centre,+Marian+Rd,+Rathfarnham,+Dublin,+D14+V674"},
]}
/>
</div>
@@ -173,9 +173,9 @@ export default function LandingPage() {
{
title: "Information", items: [
{
label: "Home", href: "#home"},
label: "Home", href: "/"},
{
label: "Specialties", href: "#specialties"},
label: "Specialties", href: "#products"},
{
label: "Reviews", href: "#reviews"},
],
@@ -187,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}