diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 3095856..a1e93d1 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -5,203 +5,120 @@ import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCa
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos';
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
-import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
+import SectionErrorBoundary from '@/components/ui/SectionErrorBoundary';
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ title="Rustic Roots - Authentic Irish Flavors in Athlone"
+ description="Experience locally sourced ingredients, hearty stews, and the best of Athlone's culinary tradition in an atmosphere that feels just like home."
+ primaryButton={{
+ text: "View Menu", href: "#menu"}}
+ secondaryButton={{
+ text: "Book a Table", href: "#contact"}}
+ imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"
+ avatarsSrc={[]}
+ avatarText=""
+ names={[]}
+ />
+
+
-
-
+
+
-
-
+ tag="Our Philosophy"
+ title="Why Choose Rustic Roots?"
+ description="We believe in good food, made with honesty and love."
+ items={[
+ {
+ title: "Locally Sourced", description: "We partner with local farmers to bring you the freshest seasonal produce.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-type-vegetables-dark-board-red-yellow-pepper-mushrooms-cherry-greens_482257-45393.jpg"},
+ {
+ title: "Traditional Recipes", description: "From Guinness stew to fresh chowder, we honor age-old Irish recipes.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10304.jpg"},
+ {
+ title: "Warm Atmosphere", description: "A cozy, authentic space perfect for family dinners and date nights.", imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-5553.jpg"},
+ ]}
+ />
+
+
-
-
-
+
+
-
-
+ quote="Best Guinness stew in Athlone! Truly authentic and comforting food. Can't wait to return for more."
+ rating={5}
+ author="Mark S., Local Customer"
+ avatars={[
+ { name: "Mark S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127319.jpg" },
+ { name: "Sarah O.", imageSrc: "http://img.b2bpic.net/free-photo/image-smiling-beautiful-woman-sits-kitchen-holds-smartphone-tomato-looks-happy-orders_1258-198254.jpg" },
+ { name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-are-chatting-laughing-with-tasty-snacks-terrace_8353-10306.jpg" },
+ { name: "Eimear K.", imageSrc: "http://img.b2bpic.net/free-photo/wide-closeup-shot-person-pouring-ketchup-cooked-meal-white-plate_181624-2012.jpg" },
+ { name: "Ciara M.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3192.jpg" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Support"
+ title="Frequently Asked Questions"
+ description="Here is everything you need to know about dining with us."
+ items={[
+ { question: "Do you offer takeout?", answer: "Yes, we offer both dine-in and takeout options for your convenience." },
+ { question: "Do I need a reservation?", answer: "While walk-ins are welcome, we recommend booking a table, especially on weekends." },
+ { question: "Do you have vegan options?", answer: "Yes, we take pride in our vegan breakfast and other plant-based menu selections." },
+ ]}
+ imageSrc="http://img.b2bpic.net/free-photo/close-up-male-chef-decorating-dish_23-2147863785.jpg"
+ />
+
+
-
-
+
+ tag="Our Story"
+ quote="Rustic Roots was born out of a desire to create a space that feels like a home away from home, where quality ingredients and tradition meet the warmth of true Irish hospitality."
+ author="The Management"
+ role="Founded in Athlone"
+ imageSrc="http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg"
+ />
+
+
-
>
);
-}
+}
\ No newline at end of file