Merge version_2 into main #4
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Dragon's Feast"
|
||||
brandName="Kings Garden"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Our Story"
|
||||
description="Dragon's Feast was founded with a mission to bring authentic Chinese cuisine to your neighborhood. With over 15 years of experience, our family-run restaurant combines traditional recipes with modern convenience. Every meal is prepared fresh daily using the finest ingredients sourced from trusted suppliers."
|
||||
description="Kings Garden was founded with a mission to bring authentic Chinese cuisine to your neighborhood. With over 15 years of experience, our family-run restaurant combines traditional recipes with modern convenience. Every meal is prepared fresh daily using the finest ingredients sourced from trusted suppliers."
|
||||
tag="About Us"
|
||||
tagIcon={Heart}
|
||||
buttons={[
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
title="What Our Customers Say"
|
||||
description="Thousands of satisfied customers trust Dragon's Feast for authentic Chinese takeaway. Read their reviews below."
|
||||
description="Thousands of satisfied customers trust Kings Garden for authentic Chinese takeaway. Read their reviews below."
|
||||
tag="Customer Reviews"
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-smiling_23-2148729675.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Mark Thompson", handle: "Family Person", testimonial: "My kids ask for Dragon's Feast every week. Great food and excellent customer service!", rating: 5,
|
||||
id: "4", name: "Mark Thompson", handle: "Family Person", testimonial: "My kids ask for Kings Garden every week. Great food and excellent customer service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg"
|
||||
}
|
||||
]}
|
||||
@@ -220,7 +220,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Dragon's Feast"
|
||||
logoText="Kings Garden"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
ariaLabel="Site footer"
|
||||
|
||||
Reference in New Issue
Block a user