diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 40c5554..b20bfbf 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -9,188 +9,103 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Welcome to George's"
+ title="Your favorite spot for breakfast & brunch"
+ description="Located inside the Hulman Memorial Student Union, we serve comfort food, fresh coffee, and local specialties in a cozy, welcoming atmosphere."
+ primaryButton={{ text: "Visit Us", href: "#contact" }}
+ secondaryButton={{ text: "See Our Menu", href: "#menu" }}
+ imageSrc="http://img.b2bpic.net/free-photo/yummy-breakfast-set-table_140725-5705.jpg"
+ />
+
+
-
-
+
+ tag="Our Story"
+ title="Casual Comfort & Local Flavors"
+ description="George’s Cafe is the heart of the student union. From quick morning bites and healthy options to indulgent comfort food, we offer a place to recharge. We specialize in locally sourced ingredients and craft coffee drinks designed for students and locals alike."
+ imageSrc="http://img.b2bpic.net/free-photo/top-view-meaty-soup-with-potatoes-greens-dark-desk_140725-76803.jpg"
+ />
+
+
-
-
-
+
+
-
-
+ tag="Amenities"
+ title="Everything You Need"
+ description="Enjoy your visit with our accessible and welcoming facilities."
+ items={[
+ { title: "Takeout Ready", description: "Grab your coffee and bites to go.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408577.jpg" },
+ { title: "Dine-in Comfort", description: "Relax in our warm cafe setting.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/yummy-breakfast-set-table_140725-5705.jpg" },
+ { title: "Solo Dining Friendly", description: "Perfect spot to work or unwind.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meaty-soup-with-potatoes-greens-dark-desk_140725-76803.jpg" },
+ { title: "Wheelchair Accessible", description: "Accessible entrance and facilities.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg" },
+ { title: "Student Union Location", description: "Conveniently located at 550 Chestnut St.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-crepes-pancakes-toasts-croissant-egg-sliced-strawberries-bananas-coffee_140725-7771.jpg" },
+ { title: "Fresh Daily", description: "Baked goods and coffee every morning.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/tasty-colorful-breakfast-with-oatmeal-yogurt-strawberry-blueberry-honey-milk-white-background-breakfast-bed-copy-space-top-view_1220-1318.jpg" },
+ { title: "Friendly Staff", description: "We're here to make your day.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lunch-setup-with-grape-leaves-dolma-lentil-soup-vegetable-salad-with-cheese_140725-8875.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Visit Us"
+ title="Cafe Hours & Info"
+ description="We open daily at 8 AM. Stop by whenever you need a boost."
+ items={[
+ { question: "Monday - Friday", answer: "8:00 AM - 6:00 PM" },
+ { question: "Saturday", answer: "9:00 AM - 4:00 PM" },
+ { question: "Sunday", answer: "Closed" }
+ ]}
+ imageSrc="http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg"
+ />
+
+
-
>
);
}