Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -99,6 +99,7 @@ export default function LandingPage() {
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", label: "Quality", title: "Authentic Dum Flavors", items: ["Traditional spices", "Slow-cooked meat", "Authentic recipe"] },
|
||||
{ id: "f2", label: "Service", title: "Fast & Hygienic", items: ["Quick service", "Clean kitchen", "Contactless delivery"] },
|
||||
@@ -114,6 +115,7 @@ export default function LandingPage() {
|
||||
animationType="depth-3d"
|
||||
showRating={true}
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Ramesh Kumar", handle: "@local", testimonial: "Best biryani in town!", rating: 5 },
|
||||
{ id: "t2", name: "Sita Devi", handle: "@foodie", testimonial: "Fresh and delicious every time.", rating: 5 },
|
||||
@@ -157,7 +159,7 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Biryani", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "073960 06121", onClick: trackCall }] },
|
||||
{ title: "Contact", items: [{ label: "073960 06121", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Catering", href: "#" }] },
|
||||
]}
|
||||
logoText="Green Bucket Biryani"
|
||||
|
||||
Reference in New Issue
Block a user