diff --git a/src/app/page.tsx b/src/app/page.tsx index f524cb2..d11f64e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}, ]} /> @@ -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() { ); -} +} \ No newline at end of file