Merge version_2 into main #2
@@ -11,21 +11,20 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Utensils } from "lucide-react";
|
||||
|
||||
export default function LuckyChefPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="pill"
|
||||
defaultTextAnimation="none"
|
||||
borderRadius="full"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="plain"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="solid"
|
||||
secondaryButtonStyle="outline"
|
||||
headingFontWeight="bold"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -63,6 +62,7 @@ export default function LuckyChefPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
title="POPULAR DISHES"
|
||||
description="Our best selling items prepared daily with the finest ingredients."
|
||||
products={[
|
||||
{ id: "p1", name: "Chow Mein", price: "£8.50", imageSrc: "http://img.b2bpic.net/free-photo/asian-food-soy-sauce-high-angle_23-2149013678.jpg" },
|
||||
{ id: "p2", name: "Sweet & Sour", price: "£9.00", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-chinese-fast-food_23-2148242500.jpg" },
|
||||
@@ -93,8 +93,9 @@ export default function LuckyChefPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
title="EXPLORE OUR MENU"
|
||||
description="Hear what our loyal customers say about their favorite dishes."
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Specials", quote: "Try our chef's signature spicy beef creation.", name: "", role: "" }
|
||||
{ id: "t1", title: "Specials", quote: "Try our chef's signature spicy beef creation.", name: "John Doe", role: "Local Foodie" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -104,11 +105,12 @@ export default function LuckyChefPage() {
|
||||
<div id="comparison" data-section="comparison">
|
||||
<FeatureCardSixteen
|
||||
title="Why Choose Us"
|
||||
description="We prioritize quality and speed over shortcuts."
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="inline-image"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{ items: ["Frozen Ingredients", "Slow Delivery"] }}
|
||||
positiveCard={{ items: ["✓ Daily Fresh Produce (Premium)", "✓ Lightning Fast Delivery (Under 30m)"] }}
|
||||
positiveCard={{ items: ["Daily Fresh Produce", "Lightning Fast Delivery"] }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user