diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index ef48a74..9c8d429 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -12,275 +12,78 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Since 2022"
+ title="Amazing Burgers & Venezuelan Flavors"
+ description="Discover the hidden gem of Fuencarral-El Pardo. Smash burgers, tequeños, and authentic Arepas await."
+ primaryButton={{
+ text: "Order Online", href: "https://linktr.ee/fkitchen"}}
+ secondaryButton={{
+ text: "See Directions", href: "#contact"}}
+ items={[
+ { imageSrc: "http://img.b2bpic.net/free-photo/juicy-bacon-cheeseburger_23-2151950562.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-table_23-2148678850.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/plate-nachos-with-salsa-dip_23-2148181586.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arepas-ingredients_23-2148716423.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-tubular-pastry-plate-tubular-pastry-black-plate-white-table_140725-111265.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-arepas-bowl_23-2148742386.jpg" },
+ ]}
+ />
+
+
-
+
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ tag="Why Us"
+ title="The F-Kitchen Experience"
+ description="Quality meets speed and hospitality."
+ features={[
+ {
+ title: "Fast Pickup", description: "Kerbside and No-contact available.", bentoComponent: "info-card-marquee", infoCards: [{ icon: Clock, label: "Time", value: "15m" }]
+ },
+ {
+ title: "Authentic Ingredients", description: "Fresh, locally sourced and imported spices.", bentoComponent: "checklist-timeline", heading: "Quality", subheading: "Standards", checklistItems: [
+ { label: "Fresh produce", detail: "Daily" },
+ { label: "Authentic cheese", detail: "Imported" },
+ { label: "No preservatives", detail: "Always" }
+ ],
+ completedLabel: "Certified"
+ },
+ {
+ title: "Chef-Driven", description: "Passionate father & son team.", bentoComponent: "animated-bar-chart"
+ }
+ ]}
+ />
+
+
>
);
-}
+}
\ No newline at end of file