Update src/app/page.tsx

This commit is contained in:
2026-05-09 07:32:36 +00:00
parent f8d489957e
commit 06d50320c9

View File

@@ -125,11 +125,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah A.", date: "Oct 2023", title: "Excellent Slider", quote: "The Nashville chicken slider is simply the best in the city!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/puzzled-beautiful-young-african-american-woman-fashionable-pink-jacket-reacts-something-with-dissatisfied-expression_273609-45751.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646505.jpg?_wi=2", imageAlt: "person portrait headshot studio" },
{ id: "2", name: "Khalid M.", date: "Sept 2023", title: "Brisket Masterpiece", quote: "Perfect brisket every time. My favorite comfort food.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/female-model-fall-winter-collection-outfits_114579-15724.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ke27om", imageAlt: "person portrait headshot studio" },
{ id: "3", name: "Reem H.", date: "Aug 2023", title: "Consistent Quality", quote: "Love the variety in the gathering boxes. Always consistent.", tag: "Frequent User", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-model-posing_23-2149154619.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-cutlets-with-cooked-rice-dark-surface-rissole-dish-meat_140725-82506.jpg?_wi=2", imageAlt: "person portrait headshot studio" },
{ id: "4", name: "Faisal N.", date: "July 2023", title: "Great Delivery", quote: "Delivery is always fast and the food arrives hot.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-young-man_273609-6847.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fancy-cuisine-with-yummy-hamburger_23-2148374860.jpg?_wi=2", imageAlt: "person portrait headshot studio" },
{ id: "5", name: "Layla S.", date: "June 2023", title: "Delicious!", quote: "The roast beef slider is underrated. Absolutely flavorful.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-wearing-casual-clothes-with-hands-together-crossed-fingers-smiling-relaxed-cheerful-success-optimistic_839833-34688.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868215.jpg?_wi=2", imageAlt: "person portrait headshot studio" }
{ id: "1", name: "Sarah A.", date: "Oct 2023", title: "Excellent Slider", quote: "The Nashville chicken slider is simply the best in the city!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/puzzled-beautiful-young-african-american-woman-fashionable-pink-jacket-reacts-something-with-dissatisfied-expression_273609-45751.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DTdpA7ZnyIT2ZW7EHHV84OHw01/uploaded-1778311938522-mpm7oswq.jpg", imageAlt: "Happy customer enjoying burger" },
{ id: "2", name: "Khalid M.", date: "Sept 2023", title: "Brisket Masterpiece", quote: "Perfect brisket every time. My favorite comfort food.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/female-model-fall-winter-collection-outfits_114579-15724.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DTdpA7ZnyIT2ZW7EHHV84OHw01/uploaded-1778311938522-mpm7oswq.jpg", imageAlt: "Satisfied customer in restaurant" }
]}
title="Fan Favorites"
description="Hear what our burger lovers say."
@@ -141,14 +138,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{ id: "q1", title: "Do you offer delivery?", content: "Yes, we offer free delivery in Jeddah, Riyadh, Taif, and Makkah." },
{ id: "q2", title: "Can I order catering?", content: "Yes, we provide gathering boxes perfect for any event." },
{ id: "q3", title: "Are ingredients fresh?", content: "We pride ourselves on using high-quality, fresh ingredients daily." }
{ id: "q1", title: "What are your operating hours?", content: "We are open daily from 12:00 PM to 2:00 AM." },
{ id: "q2", title: "Do you offer catering?", content: "Yes, we offer custom catering boxes for events and corporate gatherings." },
{ id: "q3", title: "Where can I find your locations?", content: "We are located in Jeddah, Riyadh, Taif, and Makkah. Check our map for specific addresses." }
]}
imageSrc="http://img.b2bpic.net/free-photo/serving-table-young-woman-swhite-shirt-putting-plates-table_259150-59711.jpg"
mediaAnimation="opacity"
title="Frequently Asked"
description="Everything you need to know."
title="Restaurant FAQ"
description="Find answers to common questions about our service."
faqsAnimation="slide-up"
/>
</div>
@@ -157,17 +154,18 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
text="Join us at the House of Burgers today or order your gathering box now."
buttons={[{ text: "Call Now", href: "tel:+966..." }]}
text="Visit us at our central branch in Jeddah or contact us to reserve a table and plan your event menu."
buttons={[{ text: "Call to Reserve", href: "tel:+966555555555" }, { text: "Get Directions", href: "https://maps.google.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#products" }] },
{ items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
{ items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] }
{ items: [{ label: "Our Story", href: "#about" }, { label: "Full Menu", href: "#products" }, { label: "Careers", href: "#" }] },
{ items: [{ label: "Reservations", href: "#contact" }, { label: "Events", href: "#" }, { label: "Contact Us", href: "#contact" }] },
{ items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }, { label: "Facebook", href: "#" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
logoText="Century Burger"
/>
@@ -175,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}