Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-27 12:20:48 +00:00

View File

@@ -9,7 +9,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextAbout from '@/components/sections/about/TextAbout';
import { Facebook, Flame, Instagram, MapPin } from "lucide-react";
import { Facebook, Instagram, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Menu",
id: "#menu",
},
{
name: "About",
id: "#about",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="RFC"
/>
@@ -52,18 +40,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background="circleGradient"
background={{ variant: "radial-gradient" }}
logoText="RFC Jhang"
description="Your ultimate destination for delicious, hot, and fast food on Yousaf Shah Road. Experience the taste that keeps you coming back for more!"
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Call Now",
href: "tel:+923000000000",
},
{ text: "View Menu", href: "#menu" },
{ text: "Call Now", href: "tel:+923000000000" },
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg"
@@ -78,12 +60,8 @@ export default function LandingPage() {
tag="About RFC"
title="Serving Jhang with Passion"
buttons={[
{
text: "Visit Us",
href: "#contact",
},
{ text: "Visit Us", href: "#contact" },
]}
tagIcon={Flame}
/>
</div>
@@ -95,26 +73,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "RFC Classic Burger",
price: "Rs. 450",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-black-surface-isolated-white-surface_181624-28098.jpg",
imageAlt: "RFC Classic Burger",
},
id: "1", name: "RFC Classic Burger", price: "Rs. 450", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-black-surface-isolated-white-surface_181624-28098.jpg", imageAlt: "RFC Classic Burger"},
{
id: "2",
name: "Golden Fries",
price: "Rs. 200",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-wood-table_1232-2679.jpg",
imageAlt: "Golden Fries",
},
id: "2", name: "Golden Fries", price: "Rs. 200", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-wood-table_1232-2679.jpg", imageAlt: "Golden Fries"},
{
id: "3",
name: "Refreshing Soda",
price: "Rs. 100",
imageSrc: "http://img.b2bpic.net/free-photo/client-dark-vip-cinema-studio_23-2149500559.jpg",
imageAlt: "Refreshing Soda",
},
id: "3", name: "Refreshing Soda", price: "Rs. 100", imageSrc: "http://img.b2bpic.net/free-photo/client-dark-vip-cinema-studio_23-2149500559.jpg", imageAlt: "Refreshing Soda"},
]}
title="Our Signature Menu"
description="Handcrafted flavors, prepared daily with fresh ingredients."
@@ -127,37 +90,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Best in Jhang!",
quote: "The taste is unbeatable, always fresh and hot.",
name: "Ali Khan",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-meal-with-copy-space_23-2149100124.jpg",
},
id: "1", title: "Best in Jhang!", quote: "The taste is unbeatable, always fresh and hot.", name: "Ali Khan", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-meal-with-copy-space_23-2149100124.jpg"},
{
id: "2",
title: "Great Service",
quote: "Staff is very polite and the food is delicious.",
name: "Sara Ahmed",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1307.jpg",
},
id: "2", title: "Great Service", quote: "Staff is very polite and the food is delicious.", name: "Sara Ahmed", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1307.jpg"},
{
id: "3",
title: "Quick Bites",
quote: "Perfect spot for a quick lunch on Yousaf Shah Road.",
name: "Bilal Hussain",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-preparing-pasta-kitchen_23-2147893633.jpg",
},
id: "3", title: "Quick Bites", quote: "Perfect spot for a quick lunch on Yousaf Shah Road.", name: "Bilal Hussain", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-preparing-pasta-kitchen_23-2147893633.jpg"},
{
id: "4",
title: "Value for Money",
quote: "Great portions and amazing quality at a low price.",
name: "Fatima Noor",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-roll-steak_74190-3802.jpg",
},
id: "4", title: "Value for Money", quote: "Great portions and amazing quality at a low price.", name: "Fatima Noor", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/chicken-roll-steak_74190-3802.jpg"},
]}
title="What Locals Say"
description="See why our customers in Jhang keep choosing RFC for their cravings."
@@ -170,22 +109,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What are your hours?",
content: "We are open from 11 AM to 11 PM daily.",
},
id: "q1", title: "What are your hours?", content: "We are open from 11 AM to 11 PM daily."},
{
id: "q2",
title: "Do you deliver?",
content: "Yes, we offer home delivery across Jhang city.",
},
id: "q2", title: "Do you deliver?", content: "Yes, we offer home delivery across Jhang city."},
]}
ctaTitle="Visit Us Today"
ctaDescription="Located on Yousaf Shah Road, Jhang. Come say hello!"
ctaButton={{
text: "Get Directions",
href: "https://maps.google.com",
}}
text: "Get Directions", href: "https://maps.google.com"}}
ctaIcon={MapPin}
/>
</div>
@@ -197,14 +128,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Follow us on Facebook",
},
href: "#", ariaLabel: "Follow us on Facebook"},
{
icon: Instagram,
href: "#",
ariaLabel: "Follow us on Instagram",
},
href: "#", ariaLabel: "Follow us on Instagram"},
]}
/>
</div>