Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a967a063a | |||
| d7905fc691 | |||
| 8338f2ab4c | |||
| 9d66df1748 |
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Dragon's Feast"
|
brandName="Kings Garden"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "menu" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaAbout
|
<MediaAbout
|
||||||
title="Our Story"
|
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"
|
tag="About Us"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
|||||||
<div id="reviews" data-section="reviews">
|
<div id="reviews" data-section="reviews">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
title="What Our Customers Say"
|
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"
|
tag="Customer Reviews"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
|||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-smiling_23-2148729675.jpg"
|
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"
|
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">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Dragon's Feast"
|
logoText="Kings Garden"
|
||||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
ariaLabel="Site footer"
|
ariaLabel="Site footer"
|
||||||
|
|||||||
Reference in New Issue
Block a user