diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ffab6a..8bedb57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,54 +34,50 @@ export default function LandingPage() { { name: "Reservations", id: "/reservations" }, { name: "Contact", id: "/contact" }, ]} - brandName="Fuego Azteca" + brandName="Falbo's Tire & Auto Center" />
@@ -108,20 +104,20 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - title="Meet Our Culinary Masters" - description="Led by visionary chefs committed to the evolution of Mexican gastronomy." + title="Our Skilled Technicians" + description="Our team is committed to keeping you on the road safely." members={[ - { id: "t1", name: "Alejandro Vega", role: "Executive Chef", description: "Bringing 20 years of experience to our open-fire kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-wooden-board-garlic-peppers-lemon-tomatoes-table_140725-147703.jpg" }, - { id: "t2", name: "Sofia Gomez", role: "Head Mixologist", description: "Curating signature pairings with rare agaves.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-fresh-vegetables-black_140725-103972.jpg" }, + { id: "t1", name: "Frank Falbo", role: "Master Technician", description: "Leading our shop with integrity and precision for over three decades.", imageSrc: "https://images.unsplash.com/photo-1581579188747-02a9c1d3e13d?q=80&w=400&h=400" }, + { id: "t2", name: "Sarah Miller", role: "Lead Mechanic", description: "Specialist in complex electrical diagnostics and suspension systems.", imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=400&h=400" }, ]} />