From 8aa59d5ad21b3b5192128f73fe9fb125557e4fc5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:24:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b47cb62..10bd622 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ export default function LandingPage() { return ( @@ -65,7 +65,7 @@ export default function LandingPage() { description={[ "The Pony Grill and Bar has been a gathering place for locals and visitors alike, offering authentic American comfort food prepared fresh on our grill. Located at 3 South Gould in downtown Sheridan, we pride ourselves on creating a relaxed, welcoming atmosphere where everyone feels at home.", "From classic burgers and steaks to our rotating weekly specials, every dish is made with care. Our selection of 14 beers on tap—featuring microbrews and imports—ensures there's something for every palate. We welcome walk-ins and call-ahead for groups of 10 or more.", "Whether you're stopping by for lunch, dinner, or happy hour, The Pony is your spot for great food, cold drinks, and authentic Sheridan hospitality."]} buttons={[{ text: "Make a Reservation", href: "contact" }]} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" useInvertedBackground={false} showBorder={true} /> @@ -77,22 +77,18 @@ export default function LandingPage() { description="Discover what makes The Pony special—fresh, flavorful American grill favorites." tag="What We Offer" tagIcon={ChefHat} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} features={[ { - id: 1, - title: "Burgers & Sandwiches", description: "Signature burgers made fresh daily, complemented by classic sandwiches and hand-cut fries.", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-bread-bun-cut-into-two-pieces_114579-3302.jpg", imageAlt: "Gourmet burgers and sandwiches"}, + id: "1", title: "Burgers & Sandwiches", description: "Signature burgers made fresh daily, complemented by classic sandwiches and hand-cut fries.", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-bread-bun-cut-into-two-pieces_114579-3302.jpg", imageAlt: "Gourmet burgers and sandwiches"}, { - id: 2, - title: "Steaks & Grill Items", description: "Premium cuts grilled to perfection, served with your choice of sides and fresh vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg", imageAlt: "Perfectly grilled steaks"}, + id: "2", title: "Steaks & Grill Items", description: "Premium cuts grilled to perfection, served with your choice of sides and fresh vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg", imageAlt: "Perfectly grilled steaks"}, { - id: 3, - title: "Soups, Salads & Sides", description: "Hearty soups, fresh salads, and satisfying sides to complement any entrée.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg", imageAlt: "Fresh salads and sides"}, + id: "3", title: "Soups, Salads & Sides", description: "Hearty soups, fresh salads, and satisfying sides to complement any entrée.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg", imageAlt: "Fresh salads and sides"}, { - id: 4, - title: "Craft Beer Selection", description: "14 beers on tap plus microbrews and imports. Find your favorite or ask our staff for recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-pouring-beer_171337-13762.jpg", imageAlt: "Selection of craft beers on tap"}, + id: "4", title: "Craft Beer Selection", description: "14 beers on tap plus microbrews and imports. Find your favorite or ask our staff for recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-pouring-beer_171337-13762.jpg", imageAlt: "Selection of craft beers on tap"}, ]} /> @@ -103,19 +99,19 @@ export default function LandingPage() { description="Check back regularly for rotating dishes that showcase our chef's creativity and seasonal flavors." tag="Rotating Menu" tagIcon={Sparkles} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} products={[ { - id: "1", name: "Western Flank Steak Salad", price: "Market Price", variant: "Fresh seasonal greens", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-leg-served-apricot-with-white-thai-rice_140725-1555.jpg?_wi=1", imageAlt: "Western Flank Steak Salad"}, + id: "1", name: "Western Flank Steak Salad", price: "Market Price", variant: "Fresh seasonal greens", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-leg-served-apricot-with-white-thai-rice_140725-1555.jpg", imageAlt: "Western Flank Steak Salad"}, { - id: "2", name: "Guinness Steak Tips", price: "Market Price", variant: "Tender, slow-braised", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-leg-served-apricot-with-white-thai-rice_140725-1555.jpg?_wi=2", imageAlt: "Guinness Steak Tips"}, + id: "2", name: "Guinness Steak Tips", price: "Market Price", variant: "Tender, slow-braised", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-leg-served-apricot-with-white-thai-rice_140725-1555.jpg", imageAlt: "Guinness Steak Tips"}, { - id: "3", name: "Garlic Pepper Shrimp Alfredo", price: "Market Price", variant: "Creamy perfection", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-leg-served-apricot-with-white-thai-rice_140725-1555.jpg?_wi=3", imageAlt: "Garlic Pepper Shrimp Alfredo"}, + id: "3", name: "Garlic Pepper Shrimp Alfredo", price: "Market Price", variant: "Creamy perfection", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-leg-served-apricot-with-white-thai-rice_140725-1555.jpg", imageAlt: "Garlic Pepper Shrimp Alfredo"}, ]} gridVariant="uniform-all-items-equal" - animationType="reveal-blur" + animationType="blur-reveal" /> @@ -123,7 +119,7 @@ export default function LandingPage() { @@ -153,7 +149,7 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg" imageAlt="The Pony Grill and Bar interior" - mediaAnimation="reveal-blur" + mediaAnimation="blur-reveal" mediaPosition="right" buttonText="Send Message" />