diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5ce9e7f..71472f0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,56 +19,23 @@ export default function AboutPage() { const aboutFeatures = [ { - id: "1", - title: "Our Heritage of Excellence", - tags: ["Crafted with Care", "Premium Ingredients"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k8y2ym&_wi=2", - imageAlt: "expert chef grilling premium tender meat close up", - }, + id: "1", title: "Our Heritage of Excellence", tags: ["Crafted with Care", "Premium Ingredients"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k8y2ym", imageAlt: "expert chef grilling premium tender meat close up"}, { - id: "2", - title: "Commitment to Quality", - tags: ["Fresh Daily", "Finest Selection"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=voqto3&_wi=5", - imageAlt: "fresh crisp vegetables herbs vibrant colors food", - }, + id: "2", title: "Commitment to Quality", tags: ["Fresh Daily", "Finest Selection"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=voqto3", imageAlt: "fresh crisp vegetables herbs vibrant colors food"}, { - id: "3", - title: "Master Craftsmanship", - tags: ["Skilled Team", "Perfected Technique"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=59xu8m&_wi=2", - imageAlt: "signature sauce preparation drizzle gourmet cooking", - }, + id: "3", title: "Master Craftsmanship", tags: ["Skilled Team", "Perfected Technique"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=59xu8m", imageAlt: "signature sauce preparation drizzle gourmet cooking"}, ]; const testimonials = [ { - id: "1", - title: "A Culinary Masterpiece", - quote: "Chijilife Shawarma is a true delight for shawarma enthusiasts. Their menu boasts a tantalizing array of flavors, showcasing a perfect blend of savory meats, fresh vegetables, and mouthwatering sauces. The artful preparation by the skilled chefs ensures each shawarma is a culinary masterpiece.", - name: "Sarah Mitchell", - role: "Food Enthusiast", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q75r2h&_wi=2", - imageAlt: "professional portrait headshot smiling woman business", - }, + id: "1", title: "A Culinary Masterpiece", quote: "Chijilife Shawarma is a true delight for shawarma enthusiasts. Their menu boasts a tantalizing array of flavors, showcasing a perfect blend of savory meats, fresh vegetables, and mouthwatering sauces. The artful preparation by the skilled chefs ensures each shawarma is a culinary masterpiece.", name: "Sarah Mitchell", role: "Food Enthusiast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q75r2h", imageAlt: "professional portrait headshot smiling woman business"}, { - id: "2", - title: "Best Shawarma Experience", - quote: "Best shawarma I've had in a long time. Fresh, juicy, and full of flavor! The quality is exceptional and every bite is a testament to their commitment to excellence. Highly recommended for anyone craving authentic, premium shawarma.", - name: "Michael Chen", - role: "Regular Customer", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jdvxlj&_wi=2", - imageAlt: "professional headshot man smiling business portrait", - }, + id: "2", title: "Best Shawarma Experience", quote: "Best shawarma I've had in a long time. Fresh, juicy, and full of flavor! The quality is exceptional and every bite is a testament to their commitment to excellence. Highly recommended for anyone craving authentic, premium shawarma.", name: "Michael Chen", role: "Regular Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jdvxlj", imageAlt: "professional headshot man smiling business portrait"}, { - id: "3", - title: "Signature Sauces Are Unbelievable", - quote: "Their sauces are unbelievable. One bite and you're hooked. The balance of spices and the freshness of ingredients make this place stand out from all the other shawarma spots. Chijilife has become my favorite go-to place.", - name: "Emily Rodriguez", - role: "Loyal Customer", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qsmqna&_wi=2", - imageAlt: "professional woman portrait smiling headshot corporate", - }, + id: "3", title: "Signature Sauces Are Unbelievable", quote: "Their sauces are unbelievable. One bite and you're hooked. The balance of spices and the freshness of ingredients make this place stand out from all the other shawarma spots. Chijilife has become my favorite go-to place.", name: "Emily Rodriguez", role: "Loyal Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qsmqna", imageAlt: "professional woman portrait smiling headshot corporate"}, ]; return ( @@ -89,9 +56,7 @@ export default function AboutPage() { brandName="Chijilife" navItems={navItems} button={{ - text: "Order Now", - href: "https://wa.me/yourwhatsappnumber", - }} + text: "Order Now", href: "https://wa.me/yourwhatsappnumber"}} /> @@ -100,7 +65,7 @@ export default function AboutPage() { title="Why Customers Love Chijilife" description="Experience the perfect blend of quality, authenticity, and taste that keeps our customers coming back." tag="Our Excellence" - tagAnimation="entrance-slide" + tagAnimation="none" features={aboutFeatures} animationType="slide-up" textboxLayout="default" @@ -114,7 +79,7 @@ export default function AboutPage() { title="Customer Reviews" description="Hear from our satisfied customers about their Chijilife experience." tag="Real Testimonials" - tagAnimation="entrance-slide" + tagAnimation="none" testimonials={testimonials} textboxLayout="default" useInvertedBackground={false} @@ -128,19 +93,13 @@ export default function AboutPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com/chijilifeshawarma", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/chijilifeshawarma", ariaLabel: "Instagram"}, { icon: MessageCircle, - href: "https://wa.me/yourwhatsappnumber", - ariaLabel: "WhatsApp", - }, + href: "https://wa.me/yourwhatsappnumber", ariaLabel: "WhatsApp"}, { icon: MapPin, - href: "#", - ariaLabel: "Location", - }, + href: "#", ariaLabel: "Location"}, ]} /> diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7161b44..bbc9e24 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -35,9 +35,7 @@ export default function MenuPage() { brandName="Chijilife" navItems={navItems} button={{ - text: "Order Now", - href: "https://wa.me/yourwhatsappnumber", - }} + text: "Order Now", href: "https://wa.me/yourwhatsappnumber"}} /> @@ -47,56 +45,20 @@ export default function MenuPage() { title="Our Complete Menu" description="Discover all our delicious shawarma options, from classic favorites to premium combinations." tag="Full Selection" - tagAnimation="entrance-slide" + tagAnimation="none" products={[ { - id: "1", - name: "Classic Chicken Shawarma", - price: "₦3,500", - variant: "Tender Chicken • Fresh Vegetables • Signature Sauce", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i3qaev&_wi=2", - imageAlt: "Classic chicken shawarma with fresh vegetables", - }, + id: "1", name: "Classic Chicken Shawarma", price: "₦3,500", variant: "Tender Chicken • Fresh Vegetables • Signature Sauce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i3qaev", imageAlt: "Classic chicken shawarma with fresh vegetables"}, { - id: "2", - name: "Beef Deluxe Shawarma", - price: "₦3,800", - variant: "Rich Beef • Premium Cut • Bold Flavors", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3kqml&_wi=2", - imageAlt: "Savory beef deluxe shawarma", - }, + id: "2", name: "Beef Deluxe Shawarma", price: "₦3,800", variant: "Rich Beef • Premium Cut • Bold Flavors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3kqml", imageAlt: "Savory beef deluxe shawarma"}, { - id: "3", - name: "Mega Shawarma Combo", - price: "₦4,500", - variant: "Large Wrap • Crispy Fries • Chilled Drink", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5fe7fl&_wi=2", - imageAlt: "Complete mega shawarma combo meal", - }, + id: "3", name: "Mega Shawarma Combo", price: "₦4,500", variant: "Large Wrap • Crispy Fries • Chilled Drink", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5fe7fl", imageAlt: "Complete mega shawarma combo meal"}, { - id: "4", - name: "Double Meat Shawarma", - price: "₦4,200", - variant: "Chicken & Beef • Double Portions • Premium Wrap", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i3qaev&_wi=3", - imageAlt: "Double meat premium shawarma", - }, + id: "4", name: "Double Meat Shawarma", price: "₦4,200", variant: "Chicken & Beef • Double Portions • Premium Wrap", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i3qaev", imageAlt: "Double meat premium shawarma"}, { - id: "5", - name: "Spicy Fire Shawarma", - price: "₦3,700", - variant: "Extra Spicy • Hot Sauce • Fiery Challenge", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3kqml&_wi=3", - imageAlt: "Spicy fire shawarma challenge", - }, + id: "5", name: "Spicy Fire Shawarma", price: "₦3,700", variant: "Extra Spicy • Hot Sauce • Fiery Challenge", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3kqml", imageAlt: "Spicy fire shawarma challenge"}, { - id: "6", - name: "Veggie Delight Wrap", - price: "₦3,000", - variant: "Grilled Vegetables • Hummus • Fresh Herbs", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=voqto3&_wi=2", - imageAlt: "Healthy veggie delight wrap", - }, + id: "6", name: "Veggie Delight Wrap", price: "₦3,000", variant: "Grilled Vegetables • Hummus • Fresh Herbs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=voqto3", imageAlt: "Healthy veggie delight wrap"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -105,9 +67,7 @@ export default function MenuPage() { carouselMode="buttons" buttons={[ { - text: "Order Now", - href: "https://wa.me/yourwhatsappnumber", - }, + text: "Order Now", href: "https://wa.me/yourwhatsappnumber"}, ]} buttonAnimation="slide-up" /> @@ -119,32 +79,14 @@ export default function MenuPage() { title="Limited Time Specials" description="Try our exclusive seasonal offerings while they last." tag="Special Offers" - tagAnimation="entrance-slide" + tagAnimation="none" products={[ { - id: "7", - name: "Truffle Infused Shawarma", - price: "₦5,500", - variant: "Luxury Edition • Gourmet Sauce • Premium Wrapping", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i3qaev&_wi=4", - imageAlt: "Luxury truffle shawarma", - }, + id: "7", name: "Truffle Infused Shawarma", price: "₦5,500", variant: "Luxury Edition • Gourmet Sauce • Premium Wrapping", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i3qaev", imageAlt: "Luxury truffle shawarma"}, { - id: "8", - name: "Mediterranean Fusion", - price: "₦4,800", - variant: "Feta Cheese • Olives • Mediterranean Herbs", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5fe7fl&_wi=3", - imageAlt: "Mediterranean fusion shawarma", - }, + id: "8", name: "Mediterranean Fusion", price: "₦4,800", variant: "Feta Cheese • Olives • Mediterranean Herbs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5fe7fl", imageAlt: "Mediterranean fusion shawarma"}, { - id: "9", - name: "Barbecue Master Wrap", - price: "₦4,300", - variant: "Smoky BBQ • Caramelized Onions • Special Glaze", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3kqml&_wi=4", - imageAlt: "Barbecue master wrap", - }, + id: "9", name: "Barbecue Master Wrap", price: "₦4,300", variant: "Smoky BBQ • Caramelized Onions • Special Glaze", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3kqml", imageAlt: "Barbecue master wrap"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -160,32 +102,14 @@ export default function MenuPage() { title="Sides & Beverages" description="Perfect complements to your shawarma order." tag="Complementary Items" - tagAnimation="entrance-slide" + tagAnimation="none" products={[ { - id: "10", - name: "Crispy Golden Fries", - price: "₦1,500", - variant: "Salted • Seasoned to Perfection", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=voqto3&_wi=3", - imageAlt: "Crispy golden fries", - }, + id: "10", name: "Crispy Golden Fries", price: "₦1,500", variant: "Salted • Seasoned to Perfection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=voqto3", imageAlt: "Crispy golden fries"}, { - id: "11", - name: "Garlic Knot Bundle", - price: "₦2,000", - variant: "6 Pieces • Fresh Garlic • Buttery", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3wo8mo&_wi=2", - imageAlt: "Garlic knot bundle", - }, + id: "11", name: "Garlic Knot Bundle", price: "₦2,000", variant: "6 Pieces • Fresh Garlic • Buttery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3wo8mo", imageAlt: "Garlic knot bundle"}, { - id: "12", - name: "Premium Beverage Set", - price: "₦1,800", - variant: "Chilled Drinks • Your Choice • Refreshing", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=voqto3&_wi=4", - imageAlt: "Premium beverage selection", - }, + id: "12", name: "Premium Beverage Set", price: "₦1,800", variant: "Chilled Drinks • Your Choice • Refreshing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=voqto3", imageAlt: "Premium beverage selection"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -203,19 +127,13 @@ export default function MenuPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com/chijilifeshawarma", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/chijilifeshawarma", ariaLabel: "Instagram"}, { icon: MessageCircle, - href: "https://wa.me/yourwhatsappnumber", - ariaLabel: "WhatsApp", - }, + href: "https://wa.me/yourwhatsappnumber", ariaLabel: "WhatsApp"}, { icon: MapPin, - href: "#", - ariaLabel: "Location", - }, + href: "#", ariaLabel: "Location"}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 385f485..4bc1364 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,9 +39,7 @@ export default function HomePage() { brandName="Chijilife" navItems={navItems} button={{ - text: "Order Now", - href: "https://wa.me/yourwhatsappnumber", - }} + text: "Order Now", href: "https://wa.me/yourwhatsappnumber"}} /> @@ -52,13 +50,9 @@ export default function HomePage() { description="Freshly grilled meats, crisp vegetables, and signature sauces wrapped into perfection." buttons={[ { - text: "Order Now", - href: "#order", - }, + text: "Order Now", href: "#order"}, { - text: "View Menu", - href: "/menu", - }, + text: "View Menu", href: "/menu"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=89nv62" imageAlt="Perfectly grilled shawarma with smoke and professional lighting" @@ -74,36 +68,20 @@ export default function HomePage() { title="Why Customers Love Chijilife" description="Experience the perfect blend of quality, authenticity, and taste that keeps our customers coming back." tag="Our Excellence" - tagAnimation="entrance-slide" + tagAnimation="none" features={[ { - id: "1", - title: "Perfectly Grilled Meats", - tags: ["Expert Preparation", "Tender & Juicy"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k8y2ym&_wi=1", - imageAlt: "Expert chef grilling premium meat", - }, + id: "1", title: "Perfectly Grilled Meats", tags: ["Expert Preparation", "Tender & Juicy"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k8y2ym", imageAlt: "Expert chef grilling premium meat"}, { - id: "2", - title: "Fresh Ingredients", - tags: ["Daily Fresh", "Premium Quality"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=voqto3&_wi=1", - imageAlt: "Crisp fresh vegetables and herbs", - }, + id: "2", title: "Fresh Ingredients", tags: ["Daily Fresh", "Premium Quality"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=voqto3", imageAlt: "Crisp fresh vegetables and herbs"}, { - id: "3", - title: "Authentic Flavor", - tags: ["Perfect Balance", "Signature Recipe"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=59xu8m&_wi=1", - imageAlt: "Rich signature sauce preparation", - }, + id: "3", title: "Authentic Flavor", tags: ["Perfect Balance", "Signature Recipe"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=59xu8m", imageAlt: "Rich signature sauce preparation"}, { - id: "4", - title: "Loved by Customers", - tags: ["Highly Rated", "Favorite Spot"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3wo8mo&_wi=1", - imageAlt: "Satisfied customers enjoying shawarma", - }, + id: "4", title: "Loved by Customers", tags: ["Highly Rated", "Favorite Spot"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3wo8mo", imageAlt: "Satisfied customers enjoying shawarma"}, ]} animationType="slide-up" textboxLayout="default" @@ -118,32 +96,14 @@ export default function HomePage() { title="Signature Shawarmas" description="Masterfully crafted shawarmas made with premium ingredients and passion." tag="Customer Favorites" - tagAnimation="entrance-slide" + tagAnimation="none" products={[ { - id: "1", - name: "Classic Chicken Shawarma", - price: "₦3,500", - variant: "Tender Chicken • Fresh Vegetables • Signature Sauce", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i3qaev&_wi=1", - imageAlt: "Classic chicken shawarma with fresh vegetables", - }, + id: "1", name: "Classic Chicken Shawarma", price: "₦3,500", variant: "Tender Chicken • Fresh Vegetables • Signature Sauce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i3qaev", imageAlt: "Classic chicken shawarma with fresh vegetables"}, { - id: "2", - name: "Beef Deluxe Shawarma", - price: "₦3,800", - variant: "Rich Beef • Premium Cut • Bold Flavors", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3kqml&_wi=1", - imageAlt: "Savory beef deluxe shawarma", - }, + id: "2", name: "Beef Deluxe Shawarma", price: "₦3,800", variant: "Rich Beef • Premium Cut • Bold Flavors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3kqml", imageAlt: "Savory beef deluxe shawarma"}, { - id: "3", - name: "Mega Shawarma Combo", - price: "₦4,500", - variant: "Large Wrap • Crispy Fries • Chilled Drink", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5fe7fl&_wi=1", - imageAlt: "Complete mega shawarma combo meal", - }, + id: "3", name: "Mega Shawarma Combo", price: "₦4,500", variant: "Large Wrap • Crispy Fries • Chilled Drink", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5fe7fl", imageAlt: "Complete mega shawarma combo meal"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -152,9 +112,7 @@ export default function HomePage() { carouselMode="buttons" buttons={[ { - text: "View Full Menu", - href: "/menu", - }, + text: "View Full Menu", href: "/menu"}, ]} buttonAnimation="slide-up" /> @@ -166,62 +124,20 @@ export default function HomePage() { title="Customer Reviews" description="Hear from our satisfied customers about their Chijilife experience." tag="Real Testimonials" - tagAnimation="entrance-slide" + tagAnimation="none" testimonials={[ { - id: "1", - title: "A Culinary Masterpiece", - quote: "Chijilife Shawarma is a true delight for shawarma enthusiasts. Their menu boasts a tantalizing array of flavors, showcasing a perfect blend of savory meats, fresh vegetables, and mouthwatering sauces. The artful preparation by the skilled chefs ensures each shawarma is a culinary masterpiece.", - name: "Sarah Mitchell", - role: "Food Enthusiast", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q75r2h&_wi=1", - imageAlt: "Sarah Mitchell testimonial", - }, + id: "1", title: "A Culinary Masterpiece", quote: "Chijilife Shawarma is a true delight for shawarma enthusiasts. Their menu boasts a tantalizing array of flavors, showcasing a perfect blend of savory meats, fresh vegetables, and mouthwatering sauces. The artful preparation by the skilled chefs ensures each shawarma is a culinary masterpiece.", name: "Sarah Mitchell", role: "Food Enthusiast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q75r2h", imageAlt: "Sarah Mitchell testimonial"}, { - id: "2", - title: "Best Shawarma Experience", - quote: "Best shawarma I've had in a long time. Fresh, juicy, and full of flavor! The quality is exceptional and every bite is a testament to their commitment to excellence. Highly recommended for anyone craving authentic, premium shawarma.", - name: "Michael Chen", - role: "Regular Customer", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jdvxlj&_wi=1", - imageAlt: "Michael Chen testimonial", - }, + id: "2", title: "Best Shawarma Experience", quote: "Best shawarma I've had in a long time. Fresh, juicy, and full of flavor! The quality is exceptional and every bite is a testament to their commitment to excellence. Highly recommended for anyone craving authentic, premium shawarma.", name: "Michael Chen", role: "Regular Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jdvxlj", imageAlt: "Michael Chen testimonial"}, { - id: "3", - title: "Signature Sauces Are Unbelievable", - quote: "Their sauces are unbelievable. One bite and you're hooked. The balance of spices and the freshness of ingredients make this place stand out from all the other shawarma spots. Chijilife has become my favorite go-to place.", - name: "Emily Rodriguez", - role: "Loyal Customer", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qsmqna&_wi=1", - imageAlt: "Emily Rodriguez testimonial", - }, + id: "3", title: "Signature Sauces Are Unbelievable", quote: "Their sauces are unbelievable. One bite and you're hooked. The balance of spices and the freshness of ingredients make this place stand out from all the other shawarma spots. Chijilife has become my favorite go-to place.", name: "Emily Rodriguez", role: "Loyal Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qsmqna", imageAlt: "Emily Rodriguez testimonial"}, { - id: "4", - title: "Premium Quality Every Time", - quote: "I've ordered from Chijilife multiple times and the consistency is remarkable. Every shawarma is prepared with care and attention to detail. The meat is always tender, the vegetables are always fresh, and the sauces are perfectly balanced. This is premium street food at its finest.", - name: "David Kim", - role: "Food Critic", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j9wit2", - imageAlt: "David Kim testimonial", - }, + id: "4", title: "Premium Quality Every Time", quote: "I've ordered from Chijilife multiple times and the consistency is remarkable. Every shawarma is prepared with care and attention to detail. The meat is always tender, the vegetables are always fresh, and the sauces are perfectly balanced. This is premium street food at its finest.", name: "David Kim", role: "Food Critic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j9wit2", imageAlt: "David Kim testimonial"}, { - id: "5", - title: "Perfect for Every Occasion", - quote: "Whether it's a quick lunch or a special treat, Chijilife delivers amazing shawarma every single time. The quality of ingredients is evident in every bite. I recommend them to all my friends and family.", - name: "Jessica Williams", - role: "Community Member", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qg351c", - imageAlt: "Jessica Williams testimonial", - }, + id: "5", title: "Perfect for Every Occasion", quote: "Whether it's a quick lunch or a special treat, Chijilife delivers amazing shawarma every single time. The quality of ingredients is evident in every bite. I recommend them to all my friends and family.", name: "Jessica Williams", role: "Community Member", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qg351c", imageAlt: "Jessica Williams testimonial"}, { - id: "6", - title: "Excellence in Every Wrap", - quote: "Chijilife represents what premium shawarma should be. The attention to detail in preparation, the selection of ingredients, and the final presentation all speak to a team that genuinely cares about their craft. Worth every naira.", - name: "Ahmed Hassan", - role: "Business Owner", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5g8l29", - imageAlt: "Ahmed Hassan testimonial", - }, + id: "6", title: "Excellence in Every Wrap", quote: "Chijilife represents what premium shawarma should be. The attention to detail in preparation, the selection of ingredients, and the final presentation all speak to a team that genuinely cares about their craft. Worth every naira.", name: "Ahmed Hassan", role: "Business Owner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5g8l29", imageAlt: "Ahmed Hassan testimonial"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -232,20 +148,15 @@ export default function HomePage() {
@@ -258,19 +169,13 @@ export default function HomePage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com/chijilifeshawarma", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/chijilifeshawarma", ariaLabel: "Instagram"}, { icon: MessageCircle, - href: "https://wa.me/yourwhatsappnumber", - ariaLabel: "WhatsApp", - }, + href: "https://wa.me/yourwhatsappnumber", ariaLabel: "WhatsApp"}, { icon: MapPin, - href: "#", - ariaLabel: "Location", - }, + href: "#", ariaLabel: "Location"}, ]} /> diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index f214190..c7181a0 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,51 +1,36 @@ -"use client"; - -import { memo } from "react"; -import useSvgTextLogo from "./useSvgTextLogo"; -import { cls } from "@/lib/utils"; +import React from "react"; interface SvgTextLogoProps { - logoText: string; - adjustHeightFactor?: number; - verticalAlign?: "top" | "center"; + text: string; + fontSize?: number; + fontWeight?: number | string; + textAnchor?: "start" | "middle" | "end"; + dominantBaseline?: "middle" | "auto" | "hanging" | "center" | "baseline" | "inherit"; className?: string; } -const SvgTextLogo = memo(function SvgTextLogo({ - logoText, - adjustHeightFactor, - verticalAlign = "top", - className = "", -}) { - const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor); - +const SvgTextLogo: React.FC = ({ + text = "Logo", fontSize = 48, + fontWeight = "bold", textAnchor = "start", dominantBaseline = "center", className = ""}) => { return ( - {logoText} + {text} ); -}); +}; -SvgTextLogo.displayName = "SvgTextLogo"; - -export default SvgTextLogo; +export default SvgTextLogo; \ No newline at end of file