Merge version_1 into main #2
157
src/app/page.tsx
157
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
]}
|
||||
brandName="Cock N Bull"
|
||||
/>
|
||||
@@ -52,21 +40,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Authentic Flavors, Timeless Hospitality"
|
||||
description="Experience the legendary taste of Cock N Bull in the heart of Sharjah. From perfectly seasoned shawarmas to our signature stuffed chicken, every bite tells a story of quality and tradition."
|
||||
tag="Since 1980"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "https://cocknbull.ae",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Online", href: "https://cocknbull.ae" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/realistic-food-landing-page_23-2149120490.jpg"
|
||||
tagIcon={Utensils}
|
||||
@@ -93,24 +73,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Shawarma Platter",
|
||||
price: "AED 25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-meat-sandwich-made-meat-grilled-spit-with-seasonings-vegetables-blue-desk_140725-61770.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Stuffed Chicken Breast",
|
||||
price: "AED 45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-with-potato-greens-spices-sauces-side-view_141793-3739.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Hot & Sour Soup",
|
||||
price: "AED 18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bowl-cream-soup_23-2148332267.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Signature Shawarma Platter", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-meat-sandwich-made-meat-grilled-spit-with-seasonings-vegetables-blue-desk_140725-61770.jpg" },
|
||||
{ id: "p2", name: "Stuffed Chicken Breast", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-with-potato-greens-spices-sauces-side-view_141793-3739.jpg" },
|
||||
{ id: "p3", name: "Hot & Sour Soup", price: "AED 18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bowl-cream-soup_23-2148332267.jpg" },
|
||||
]}
|
||||
title="Popular Dishes"
|
||||
description="Discover our most celebrated culinary creations, crafted with passion and fresh ingredients daily."
|
||||
@@ -119,44 +84,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Batul Rampura",
|
||||
handle: "@batul",
|
||||
testimonial: "One of my go-to places for all kinds of best flavours! Consistently amazing and freshly made.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marium Abbasi",
|
||||
handle: "@marium",
|
||||
testimonial: "The chicken cheese shawarma is 10/10. Loved everything we ordered. Amazing recommendation by Mr. Jabbar!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-girl-with-long-hair-eating-vegetables-laughing-refined-lady-enjoying-favorite-salad_197531-17192.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Abdul Latif Usman",
|
||||
handle: "@abdul",
|
||||
testimonial: "Great dinner! Good place and ambience. Free parking is a huge plus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170372.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Regular Diner",
|
||||
handle: "@local",
|
||||
testimonial: "Consistently great food. The staff is polite and the atmosphere is very welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-laptop_23-2148471013.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ahmed Salem",
|
||||
handle: "@ahmeds",
|
||||
testimonial: "The quality of food has remained high for years. Highly recommended for families.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg?_wi=2",
|
||||
},
|
||||
{ id: "t1", name: "Batul Rampura", handle: "@batul", testimonial: "One of my go-to places for all kinds of best flavours! Consistently amazing and freshly made.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg" },
|
||||
{ id: "t2", name: "Marium Abbasi", handle: "@marium", testimonial: "The chicken cheese shawarma is 10/10. Loved everything we ordered. Amazing recommendation by Mr. Jabbar!", imageSrc: "http://img.b2bpic.net/free-photo/adorable-girl-with-long-hair-eating-vegetables-laughing-refined-lady-enjoying-favorite-salad_197531-17192.jpg" },
|
||||
{ id: "t3", name: "Abdul Latif Usman", handle: "@abdul", testimonial: "Great dinner! Good place and ambience. Free parking is a huge plus.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170372.jpg" },
|
||||
{ id: "t4", name: "Regular Diner", handle: "@local", testimonial: "Consistently great food. The staff is polite and the atmosphere is very welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-laptop_23-2148471013.jpg" },
|
||||
{ id: "t5", name: "Ahmed Salem", handle: "@ahmeds", testimonial: "The quality of food has remained high for years. Highly recommended for families.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="With over 1,299 reviews and a 4.6-star rating, we pride ourselves on consistent quality and service."
|
||||
@@ -166,19 +102,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Visit us at Al Majarra, Sharjah. Open daily until 2 AM. For delivery or inquiries, reach out to us at 06 530 3637 or order online."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+97165303637",
|
||||
},
|
||||
{ text: "Get Directions", href: "#" },
|
||||
{ text: "Call Now", href: "tel:+97165303637" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,46 +115,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
{
|
||||
label: "Our History",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#",
|
||||
},
|
||||
title: "About Us", items: [{ label: "Our History", href: "#" }, { label: "Locations", href: "#" }],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Order Online", href: "https://cocknbull.ae" },
|
||||
{ label: "Dine-in", href: "#" },
|
||||
{ label: "Delivery", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "https://cocknbull.ae",
|
||||
},
|
||||
{
|
||||
label: "Dine-in",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Delivery",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "06 530 3637",
|
||||
href: "tel:+97165303637",
|
||||
},
|
||||
{
|
||||
label: "Sharjah, UAE",
|
||||
href: "#",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "06 530 3637", href: "tel:+97165303637" },
|
||||
{ label: "Sharjah, UAE", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user