Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25a8888f5b | |||
| 3fbc2df754 | |||
| 5173966750 | |||
| d48f4460a3 | |||
| 086758f2fd |
@@ -11,8 +11,8 @@ import { Nunito } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Frnds House | Where Friends Meet for Great Food',
|
||||
description: 'Welcome to Frnds House, a cozy restaurant serving delicious food in a friendly, inviting atmosphere. Perfect for gatherings, celebrations, and everyday meals.',
|
||||
title: 'Yosemite Station | Classic American Restaurant in Merced, CA',
|
||||
description: 'Experience classic American comfort food at Yosemite Station. Serving hearty breakfasts, lunches, and dinners in a welcoming atmosphere in Merced, CA since 1995.',
|
||||
openGraph: {
|
||||
"title": "Yosemite Station | Classic American Restaurant in Merced, CA",
|
||||
"description": "Experience classic American comfort food at Yosemite Station. Serving hearty breakfasts, lunches, and dinners in a welcoming atmosphere in Merced, CA since 1995.",
|
||||
|
||||
160
src/app/page.tsx
160
src/app/page.tsx
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Frnds House"
|
||||
brandName="Yosemite Station"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,61 +52,61 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Frnds House"
|
||||
description="Where Friends Meet, Share, and Enjoy Great Food."
|
||||
title="Yosemite Station"
|
||||
description="Your Home for Classic American Comfort Food in Merced, CA."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Liam K.", handle: "@liamk", testimonial: "Frnds House is my new favorite spot! The atmosphere is so welcoming, and every dish I've tried has been absolutely delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-man-with-long-hair_23-2148750462.jpg", imageAlt: "Liam K."},
|
||||
name: "Lori Okerstrom", handle: "@lorio", testimonial: "Great experience with customer service and the food. I had club sandwich fries and a water came too 20.00 the sandwich was huge. Clean and relaxing facility.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-posing-gray-marble-wall_158595-6765.jpg", imageAlt: "Lori Okerstrom"},
|
||||
{
|
||||
name: "Olivia R.", handle: "@oliviarae", testimonial: "Came here with my friends and we had an amazing time. The food was fresh, the service was excellent, and the vibe was just perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-woman-with-long-dark-hair_23-2147879684.jpg", imageAlt: "Olivia R."},
|
||||
name: "Elizabeth Graff", handle: "@elizabethg", testimonial: "Good food. Clean, pleasant place. Prices about right for California. Good Portuguese style beans. They have pie.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-guy-enjoying-outdoor-coffee-break_1262-20005.jpg", imageAlt: "Elizabeth Graff"},
|
||||
{
|
||||
name: "Noah S.", handle: "@noah_s", testimonial: "The signature burger is a must-try! Juicy and flavorful. Plus, the staff truly makes you feel at home. Highly recommend for any meal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-hipster-guy-posing-against-street-wall-looking-away_23-2148041553.jpg", imageAlt: "Noah S."},
|
||||
name: "Sarah P.", handle: "@sarahp", testimonial: "As a UC Merced student, I truly appreciate the discount and the consistently great service. Yosemite Station is my go-to spot for a hearty meal!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauiful-woman-with-confident-expression_273609-28443.jpg", imageAlt: "Sarah P."},
|
||||
{
|
||||
name: "Sophia M.", handle: "@sophiam", testimonial: "From the cozy decor to the fantastic menu, Frnds House delivers. It's the ideal place to catch up with friends over a delicious meal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-brunette-woman-laughing_23-2147926207.jpg", imageAlt: "Sophia M."},
|
||||
name: "Robert D.", handle: "@robertd", testimonial: "Always a fantastic meal at Yosemite Station! The portions are generous and the flavors are spot on. It feels like home every time we visit.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-while-smiling-patterned-blouse-looking-wonderful-front-view-space-text_176474-31876.jpg", imageAlt: "Robert D."},
|
||||
{
|
||||
name: "Ethan J.", handle: "@ethanj", testimonial: "The best dining experience I've had in a long time. Everything was perfect, from the appetizer to dessert. Can't wait to come back!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-mid-adult-businessman-touching-chin_1262-16147.jpg", imageAlt: "Ethan J."},
|
||||
name: "Jessica L.", handle: "@jessical", testimonial: "The atmosphere is so welcoming, and the staff are incredibly friendly. Our family loves coming here for breakfast on weekends!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-young-man-wearing-formal-suit_273609-6943.jpg", imageAlt: "Jessica L."},
|
||||
]}
|
||||
tag="Gather Here"
|
||||
tag="Est. 1995"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/appetizers-set-table_140725-1308.jpg"
|
||||
imageAlt="Friends sharing appetizers at a restaurant table"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/breakfast-set-table_140725-1308.jpg"
|
||||
imageAlt="Delicious American breakfast spread"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-with-copy-space_23-2148348987.jpg", alt: "Person 1"},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-with-copy-space_23-2148348987.jpg", alt: "Portrait of a lovely young woman dressed in denim jacket"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-coat_1303-11053.jpg", alt: "Person 2"},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-coat_1303-11053.jpg", alt: "Young beautiful smiling female in trendy summer clothes"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-clothes-glasses-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-12777.jpg", alt: "Person 3"},
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-clothes-glasses-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-12777.jpg", alt: "Smiley young man looking at camera"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-80012.jpg", alt: "Person 4"},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-80012.jpg", alt: "Positive mature European female smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-pensive-mid-adult-businessman-touching-chin_1262-16147.jpg", alt: "Person 5"},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-pensive-mid-adult-businessman-touching-chin_1262-16147.jpg", alt: "Close-up portrait of a handsome middle-aged man"},
|
||||
]}
|
||||
avatarText="Join our growing family of happy guests!"
|
||||
avatarText="Join our 10,000+ satisfied customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Delicious Food"},
|
||||
type: "text", text: "Hearty Breakfasts"},
|
||||
{
|
||||
type: "text-icon", text: "Friendly Atmosphere", icon: Sparkles
|
||||
type: "text-icon", text: "Daily Specials", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text", text: "Memorable Moments"},
|
||||
type: "text", text: "Family-Friendly Dining"},
|
||||
{
|
||||
type: "text-icon", text: "Signature Desserts", icon: CakeSlice
|
||||
type: "text-icon", text: "Homemade Desserts", icon: CakeSlice,
|
||||
},
|
||||
{
|
||||
type: "text", text: "Perfect for Any Occasion"}
|
||||
type: "text", text: "Local Favorites"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,19 +114,19 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Our Story: More Than Just a Meal"
|
||||
description="Frnds House was born from a simple idea: to create a space where everyone feels at home. We believe in the power of good food to bring people together, spark conversations, and forge lasting memories. Our menu is crafted with love, using fresh, quality ingredients, and served in an atmosphere designed for comfort and joy. Come for the food, stay for the company – at Frnds House, you're always among friends."
|
||||
title="Our Story at Yosemite Station"
|
||||
description="For over 25 years, Yosemite Station has been a beloved family-owned restaurant in Merced, serving up generous portions of classic American comfort food. We pride ourselves on using fresh, local ingredients and creating a welcoming atmosphere where every guest feels like family. From hearty breakfasts to savory dinners, we're dedicated to bringing smiles to our community, one delicious meal at a time."
|
||||
metrics={[
|
||||
{
|
||||
value: "5+", title: "Years of Friendship"},
|
||||
value: "25+", title: "Years Serving"},
|
||||
{
|
||||
value: "100+", title: "Signature Dishes"},
|
||||
value: "1000+", title: "Dishes Loved"},
|
||||
{
|
||||
value: "4.9/5", title: "Guest Rating"},
|
||||
value: "4.3/5", title: "Customer Rating"},
|
||||
]}
|
||||
tag="Our Philosophy"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-sitting-pub_23-2148777176.jpg"
|
||||
imageAlt="Group of friends enjoying a meal at a restaurant"
|
||||
tag="Tradition & Taste"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-cutting-pepper_23-2147800431.jpg"
|
||||
imageAlt="Busy restaurant kitchen with chefs cooking"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -140,16 +140,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "House Special Burger", description: "Our juicy patty, aged cheddar, crispy bacon, and secret sauce on a brioche bun. Served with seasoned fries.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-burger-white-table_23-2148270502.jpg", imageAlt: "House Special Burger"},
|
||||
title: "Chicken Fried Steak", description: "Our legendary Chicken Fried Steak, crispy and tender, served with country gravy and two eggs.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-vegetables-dish-near-chili-sombrero_23-2148132084.jpg", imageAlt: "Chicken Fried Steak"},
|
||||
{
|
||||
title: "Creamy Truffle Pasta", description: "Al dente pasta tossed in a rich truffle cream sauce with wild mushrooms and parmesan shavings.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-with-red-sauce-meat-dark-surface_23-2148189873.jpg", imageAlt: "Creamy Truffle Pasta"},
|
||||
title: "The Classic Club Sandwich", description: "A towering classic, layered with fresh turkey, bacon, lettuce, and tomato, served with golden fries.", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-french-fries-table_140725-9399.jpg", imageAlt: "Club Sandwich"},
|
||||
{
|
||||
title: "Grilled Salmon with Asparagus", description: "Perfectly grilled salmon fillet, flaky and tender, served with roasted asparagus and lemon butter sauce.", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-grilled-salmon-asparagus-lemon-plate_23-2148560010.jpg", imageAlt: "Grilled Salmon with Asparagus"},
|
||||
title: "Savory Liver & Onions", description: "A traditional favorite, perfectly cooked and served with savory caramelized onions and your choice of sides.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6093.jpg", imageAlt: "Liver & Onions"},
|
||||
{
|
||||
title: "Spicy Chicken Tacos", description: "Three soft shell tacos filled with marinated spicy chicken, fresh pico de gallo, and avocado crema.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-salad-chilli-pepper-served-wooden-board-black-rustic-table_140725-103300.jpg", imageAlt: "Spicy Chicken Tacos"},
|
||||
title: "Farm Fresh Salads", description: "Light and refreshing, our salads are made with the freshest seasonal produce and homemade dressings.", imageSrc: "http://img.b2bpic.net/free-photo/chopped-various-vegetables-plate_114579-86317.jpg", imageAlt: "Fresh Salads"},
|
||||
]}
|
||||
title="Chef's Picks & House Favorites"
|
||||
description="Discover our carefully curated selection of daily specials and all-time guest favorites, crafted to delight your taste buds."
|
||||
title="Signature Dishes & Daily Delights"
|
||||
description="Explore our diverse menu featuring a range of American classics, from hearty breakfasts to satisfying dinners. We offer something for every palate."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,22 +161,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1", name: "Frnds House Burger", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-burger-table_23-2148767679.jpg", imageAlt: "Frnds House Burger"},
|
||||
id: "p1", name: "Chicken Fried Steak & Eggs Florentine", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast_23-2147991237.jpg", imageAlt: "Chicken Fried Steak & Eggs Florentine"},
|
||||
{
|
||||
id: "m2", name: "Avocado Toast with Poached Egg", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-toast-with-avocado-poached-egg-copy-space_23-2148679090.jpg", imageAlt: "Avocado Toast with Poached Egg"},
|
||||
id: "p2", name: "Yosemite Club Sandwich", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-french-fries-wooden-serving-board_176474-3048.jpg", imageAlt: "Yosemite Club Sandwich"},
|
||||
{
|
||||
id: "m3", name: "Caprese Salad", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-caprese-salad-with-mozzarella_23-2148529202.jpg", imageAlt: "Caprese Salad"},
|
||||
id: "p3", name: "Classic Liver & Onions", price: "$17.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-dish-cooked-with-mashed-walnut_140725-7090.jpg", imageAlt: "Classic Liver & Onions"},
|
||||
{
|
||||
id: "m4", name: "Chicken & Waffles", price: "$15.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-chicken-waffles-food_23-2149591961.jpg", imageAlt: "Chicken & Waffles"},
|
||||
id: "p4", name: "Station Cheeseburger", price: "$13.25", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-hamburger-sauce-beside_23-2148575422.jpg", imageAlt: "Station Cheeseburger"},
|
||||
{
|
||||
id: "m5", name: "Shrimp Scampi Pasta", price: "$19.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-shrimp-pasta-plate_23-2149495724.jpg", imageAlt: "Shrimp Scampi Pasta"},
|
||||
id: "p5", name: "Signature Taco Salad", price: "$12.75", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg", imageAlt: "Signature Taco Salad"},
|
||||
{
|
||||
id: "m6", name: "Chocolate Lava Cake", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-lava-cake-with-strawberries_23-2148418047.jpg", imageAlt: "Chocolate Lava Cake"},
|
||||
id: "p6", name: "Portuguese Style Beans", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/chickpea-spinach-soup-with-carrots-white-bowl_123827-37297.jpg", imageAlt: "Portuguese Style Beans"},
|
||||
{
|
||||
id: "m7", name: "Artisan Cheese Board", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-cheese-board-wine-table_23-2148630046.jpg", imageAlt: "Artisan Cheese Board"},
|
||||
id: "p7", name: "Homemade Apple Pie", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-apple-pie-composition-with-eggs_23-2148229153.jpg", imageAlt: "Homemade Apple Pie"},
|
||||
]}
|
||||
title="Explore Our Full Menu"
|
||||
description="From light bites to hearty entrees and delightful desserts, our menu offers a diverse range of options for every palate and preference."
|
||||
title="Our Full Menu"
|
||||
description="Dive into our extensive menu featuring all your American favorites. From breakfast plates to lunch specials and dinner entrees, we have it all."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -186,18 +186,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Anya G.", date: "1 week ago", title: "Fantastic Food & Vibe!", quote: "Frnds House truly lives up to its name. The food is incredible, especially the pasta, and the friendly atmosphere makes it perfect for any gathering.", tag: "Regular Guest", avatarSrc: "http://img.b2bpic.net/free-photo/young-pretty-female-looking-front_23-2148043690.jpg", avatarAlt: "Anya G.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-sitting-pub_23-2148777176.jpg", imageAlt: "Friends dining"},
|
||||
id: "1", name: "Lori Okerstrom", date: "7 months ago", title: "Fantastic Food & Service!", quote: "Great experience with customer service and the food. I had club sandwich fries and a water came too 20.00 the sandwich was huge. Clean and relaxing facility.", tag: "Repeat Customer", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-beautiful-woman-leaning-chin-hand_74855-3584.jpg", avatarAlt: "Lori Okerstrom", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-served-with-fries-mayonnaise-ketchup-wood-serving-board_140725-555.jpg", imageAlt: "Club Sandwich"},
|
||||
{
|
||||
id: "2", name: "Ben C.", date: "3 days ago", title: "My Go-To Spot!", quote: "Whether it's for a quick lunch or a relaxed dinner, Frnds House never disappoints. The staff remembers me, and the consistency in quality is amazing.", tag: "Local Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-outdoor_23-2148750478.jpg", avatarAlt: "Ben C.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-french-fries-wooden-serving-board_176474-3048.jpg", imageAlt: "Club sandwich"},
|
||||
id: "2", name: "Elizabeth Graff", date: "2 months ago", title: "Clean, Pleasant, and Delicious!", quote: "Good food. Clean, pleasant place. Prices about right for California. I failed to take a picture of my food, I ate it up. Good Portuguese style beans. They have pie.", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/mid-shot-girl-with-hat-camera_23-2148752373.jpg", avatarAlt: "Elizabeth Graff", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-with-blue-eyes-bright-pink-lips-sitting-coffee-shop-chair-she-holds-smartphone-her-hand_197531-83.jpg", imageAlt: "Restaurant dining area"},
|
||||
{
|
||||
id: "3", name: "Chloe P.", date: "2 weeks ago", title: "Perfect for Groups!", quote: "We celebrated a birthday here, and everything was handled perfectly. Plenty of space, delicious options for everyone, and a lovely celebration cake!", tag: "Birthday Party", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-young-girl-posing_23-2148281137.jpg", avatarAlt: "Chloe P.", imageSrc: "http://img.b2bpic.net/free-photo/people-eating-pizza-party_23-2149591961.jpg", imageAlt: "People eating pizza"},
|
||||
id: "3", name: "Michael S.", date: "5 months ago", title: "Student Friendly!", quote: "Excellent service and I loved the discount for UC Merced students. Definitely my favorite spot for a hearty breakfast before classes!", tag: "UC Merced Student", avatarSrc: "http://img.b2bpic.net/free-photo/confident-happy-african-young-man-with-backpack-smiling-ready-go-hitchhiking-just-hiking-mountains_176420-12688.jpg", avatarAlt: "Michael S.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-inside-plate-light-background-food-horizontal-lunch-burger-meat-meal-fries_140725-157023.jpg", imageAlt: "Chicken Fried Steak and Eggs"},
|
||||
{
|
||||
id: "4", name: "David L.", date: "1 month ago", title: "You MUST Try the Desserts!", quote: "Their chocolate lava cake is out of this world! Honestly, every dessert is a masterpiece. And the savory dishes are top-notch too, of course.", tag: "Dessert Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-park_23-2148750462.jpg", avatarAlt: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-strawberries_23-2148229153.jpg", imageAlt: "Chocolate lava cake"},
|
||||
id: "4", name: "David R.", date: "1 month ago", title: "Best Pie in Town!", quote: "You absolutely have to try their pie! It's homemade and just incredible. Everything else is great too, but the pie is a must-have.", tag: "Dessert Lover", avatarSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-board-near-salad-plate_23-2148040155.jpg", avatarAlt: "David R.", imageSrc: "http://img.b2bpic.net/free-photo/fruit-with-cakes-side-view_141793-4438.jpg", imageAlt: "Apple Pie"},
|
||||
{
|
||||
id: "5", name: "Emily T.", date: "3 weeks ago", title: "Warm & Inviting", quote: "The decor is so charming, and the staff are incredibly attentive without being intrusive. It’s my favorite place to unwind after a long week.", tag: "Relaxed Dining", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-young-woman-with-long-hair_23-2147879684.jpg", avatarAlt: "Emily T.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-restaurant-interior_23-2149244675.jpg", imageAlt: "Restaurant interior"},
|
||||
id: "5", name: "Maria G.", date: "3 weeks ago", title: "Perfect Family Spot", quote: "Yosemite Station is our go-to for family dinners. The staff is always so welcoming, and there's something on the menu for everyone. Highly recommend!", tag: "Family Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-women-eating-delicious-pizza_23-2150317016.jpg", avatarAlt: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/three-mini-burgers-served-with-french-fries-tomato-mayonnaise_140725-5082.jpg", imageAlt: "Burger and Fries"},
|
||||
]}
|
||||
title="What Our Friends Say"
|
||||
description="Hear firsthand from our cherished guests about their experiences and favorite moments at Frnds House."
|
||||
title="What Our Guests Say"
|
||||
description="Hear directly from our wonderful customers about their experiences at Yosemite Station. Your satisfaction is our greatest reward!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -207,12 +207,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1", title: "What are your operating hours?", content: "Frnds House is open Tuesday-Sunday from 11 AM to 10 PM. We are closed on Mondays. Special holiday hours will be announced on our social media and website."},n {
|
||||
id: "faq2", title: "Do you offer vegetarian, vegan, or gluten-free options?", content: "Yes, we are happy to accommodate dietary needs! We have a variety of vegetarian, vegan, and gluten-free options clearly marked on our menu. Please inform your server of any allergies."},n {
|
||||
id: "faq3", title: "How can I make a reservation?", content: "You can make a reservation directly through our website's contact form, by calling us during operating hours, or through our social media pages. We recommend booking for parties of 6 or more."},n {
|
||||
id: "faq4", title: "Do you host private events or parties?", content: "Absolutely! Frnds House has a dedicated private dining area perfect for celebrations, corporate events, or private gatherings. Please contact us to discuss your event details and catering options."},n ]}
|
||||
title="Got Questions? We've Got Answers!"
|
||||
description="Find quick answers to common questions about Frnds House, our menu, services, and policies."
|
||||
id: "faq1", title: "What are your opening hours?", content: "We are open daily from 6 AM to 8 PM, serving breakfast, lunch, and dinner. Holidays may have special hours, please call ahead to confirm."},
|
||||
{
|
||||
id: "faq2", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have several vegetarian options available on our menu. Please speak to your server about vegan choices or any dietary restrictions, and we will do our best to accommodate."},
|
||||
{
|
||||
id: "faq3", title: "Do you take reservations?", content: "For parties of 6 or more, we recommend making a reservation, especially during peak hours on weekends. For smaller groups, we operate on a first-come, first-served basis."},
|
||||
{
|
||||
id: "faq4", title: "Is there parking available?", content: "Yes, we have ample free parking available for our guests in the Northwood Village Apartments complex parking lot."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our restaurant, menu, and services."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -222,9 +226,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Gem Award 2024", "Best New Restaurant", "Friendliest Staff Recognition", "Taste of the City Feature", "Community Choice Award", "Dining Excellence Seal"]}
|
||||
title="Recognized for Our Hospitality"
|
||||
description="We're honored by the recognition we've received from our community and various culinary bodies, a testament to our commitment to excellence."
|
||||
"Merced's Best Diner Award", "Local's Choice Winner", "Taste of California Feature", "Community Favorite 2023", "Golden Spoon Award", "Family Dining Excellence", "California Culinary Review"]}
|
||||
title="Recognized for Excellence"
|
||||
description="Proudly serving our community and recognized for our commitment to quality and exceptional dining experiences for over two decades."
|
||||
tagIcon={Award}
|
||||
/>
|
||||
</div>
|
||||
@@ -234,21 +238,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Let's Connect"
|
||||
title="Say Hello to Your Frnds!"
|
||||
description="Whether you have a question, feedback, or want to discuss a reservation, we're here to listen. Reach out and let's chat!""
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-sitting-pub_23-2148777176.jpg"
|
||||
imageAlt="Happy friends enjoying dinner at Frnds House restaurant"
|
||||
tag="We're here to help!"
|
||||
title="Get in Touch"
|
||||
description="Have questions, feedback, or want to place a large order for pick-up? Reach out to us – we’d love to hear from you!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/best-friends-hanging-out-restaurant_23-2149244675.jpg"
|
||||
imageAlt="Cozy restaurant interior with empty tables"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Your Email"
|
||||
buttonText="Send Message"
|
||||
termsText="By sending a message, you agree to the Frnds House Privacy Policy."
|
||||
termsText="By sending a message, you agree to our Privacy Policy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Frnds House"
|
||||
logoText="Yosemite Station"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
@@ -275,16 +279,16 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "123 Friendship Lane, Cityville, CA 90210", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||||
label: "125 E Yosemite Ave Ste A, Merced, CA 95340", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||||
{
|
||||
label: "(555) 123-4567", href: "tel:+15551234567"},
|
||||
label: "(209) 723-1339", href: "tel:+12097231339"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Frnds House. All rights reserved."
|
||||
copyrightText="© 2024 Yosemite Station. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user