Merge version_2 into main #2
185
src/app/page.tsx
185
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="D’ Ankasa"
|
||||
/>
|
||||
@@ -59,86 +49,42 @@ export default function LandingPage() {
|
||||
description="Authentic, Halal Malaysian dishes served with warmth. From our famous satay skewers to rich beef hor fun, taste the heritage of Penang in every bite."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ricky W.",
|
||||
handle: "Google Review",
|
||||
testimonial: "Delicious Malaysian foods at reasonable prices. Their satay is to die for…",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candlelight-dinner-glass-juice_140725-9361.jpg?_wi=1",
|
||||
imageAlt: "malaysian restaurant interior cozy",
|
||||
},
|
||||
name: "Ricky W.", handle: "Google Review", testimonial: "Delicious Malaysian foods at reasonable prices. Their satay is to die for…", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candlelight-dinner-glass-juice_140725-9361.jpg?_wi=1", imageAlt: "malaysian restaurant interior cozy"},
|
||||
{
|
||||
name: "Eidden A.",
|
||||
handle: "Google Review",
|
||||
testimonial: "Food was 10/10 and the service was 10/10… Fast service!!! Satay skewers were my fave!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-tomatoes_23-2147782453.jpg?_wi=1",
|
||||
imageAlt: "fresh ingredients cooking pan",
|
||||
},
|
||||
name: "Eidden A.", handle: "Google Review", testimonial: "Food was 10/10 and the service was 10/10… Fast service!!! Satay skewers were my fave!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-tomatoes_23-2147782453.jpg?_wi=1", imageAlt: "fresh ingredients cooking pan"},
|
||||
{
|
||||
name: "Afsheen K.",
|
||||
handle: "Google Review",
|
||||
testimonial: "D’Ankasa is a family favourite… Food is always fresh, on point and delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-cutting-tomatoes-salad-board_1163-1991.jpg?_wi=1",
|
||||
imageAlt: "halal food certification icon",
|
||||
},
|
||||
name: "Afsheen K.", handle: "Google Review", testimonial: "D’Ankasa is a family favourite… Food is always fresh, on point and delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-cutting-tomatoes-salad-board_1163-1991.jpg?_wi=1", imageAlt: "halal food certification icon"},
|
||||
{
|
||||
name: "Arifin S.",
|
||||
handle: "Google Review",
|
||||
testimonial: "Big portion, the beef hor fun was our favourite. Ice Kacang is a must.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg?_wi=1",
|
||||
imageAlt: "family dinner restaurant table",
|
||||
},
|
||||
name: "Arifin S.", handle: "Google Review", testimonial: "Big portion, the beef hor fun was our favourite. Ice Kacang is a must.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg?_wi=1", imageAlt: "family dinner restaurant table"},
|
||||
{
|
||||
name: "Johan U.",
|
||||
handle: "Google Review",
|
||||
testimonial: "This place is a hidden gem… Their nasi lemak is absolutely delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebabs-served-table-with-tomatoes_23-2147852328.jpg?_wi=1",
|
||||
imageAlt: "chicken satay skewers grilled",
|
||||
},
|
||||
name: "Johan U.", handle: "Google Review", testimonial: "This place is a hidden gem… Their nasi lemak is absolutely delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebabs-served-table-with-tomatoes_23-2147852328.jpg?_wi=1", imageAlt: "chicken satay skewers grilled"},
|
||||
{
|
||||
name: "Mevis",
|
||||
handle: "Google Review",
|
||||
testimonial: "The chicken satay really sedap! Nasi lemak was fragrance… Teh tarik - the correct milky taste.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg?_wi=1",
|
||||
imageAlt: "beef hor fun stir fry",
|
||||
},
|
||||
name: "Mevis", handle: "Google Review", testimonial: "The chicken satay really sedap! Nasi lemak was fragrance… Teh tarik - the correct milky taste.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg?_wi=1", imageAlt: "beef hor fun stir fry"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Menu", href: "/menu"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/candlelight-dinner-glass-juice_140725-9361.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-with-bun-profile-smiling_176420-12430.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-with-bun-profile-smiling_176420-12430.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiling-man-field-sunset_1140-222.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiling-man-field-sunset_1140-222.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50s-cafe-sitting-table-drinking-milk-shake-cocktail-blue-skirt-red-shirt-wearing-sunglasses-having-fun-cheerful-mood_285396-10720.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50s-cafe-sitting-table-drinking-milk-shake-cocktail-blue-skirt-red-shirt-wearing-sunglasses-having-fun-cheerful-mood_285396-10720.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Loved by over 450+ locals"
|
||||
/>
|
||||
@@ -152,20 +98,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Hand-crafted spice blends and traditional cooking techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-tomatoes_23-2147782453.jpg?_wi=2",
|
||||
},
|
||||
title: "Authentic Recipes", description: "Hand-crafted spice blends and traditional cooking techniques.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-tomatoes_23-2147782453.jpg?_wi=2"},
|
||||
{
|
||||
title: "Halal Certified",
|
||||
description: "Dedicated to quality Halal ingredients for every customer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-cutting-tomatoes-salad-board_1163-1991.jpg?_wi=2",
|
||||
},
|
||||
title: "Halal Certified", description: "Dedicated to quality Halal ingredients for every customer.", imageSrc: "http://img.b2bpic.net/free-photo/hands-cutting-tomatoes-salad-board_1163-1991.jpg?_wi=2"},
|
||||
{
|
||||
title: "Family Favourites",
|
||||
description: "From Satay to Curry Mee, we serve dishes that feel like home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg?_wi=2",
|
||||
},
|
||||
title: "Family Favourites", description: "From Satay to Curry Mee, we serve dishes that feel like home.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg?_wi=2"},
|
||||
]}
|
||||
title="Why Locals Love D’ Ankasa"
|
||||
description="We believe in generous portions, authentic recipes, and consistent quality every single visit."
|
||||
@@ -180,20 +117,11 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is your restaurant fully Halal?",
|
||||
content: "Yes, we are a Halal-certified restaurant and source all our ingredients from Halal-approved suppliers.",
|
||||
},
|
||||
id: "1", title: "Is your restaurant fully Halal?", content: "Yes, we are a Halal-certified restaurant and source all our ingredients from Halal-approved suppliers."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer catering services?",
|
||||
content: "We do provide catering for small to medium local events. Please contact us to discuss.",
|
||||
},
|
||||
id: "2", title: "Do you offer catering services?", content: "We do provide catering for small to medium local events. Please contact us to discuss."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, we are located at the Huntingdale Shopping Centre with plenty of free parking spots right in front.",
|
||||
},
|
||||
id: "3", title: "Is there parking available?", content: "Yes, we are located at the Huntingdale Shopping Centre with plenty of free parking spots right in front."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -207,19 +135,9 @@ export default function LandingPage() {
|
||||
description="D' Ankasa is more than a restaurant; it's a hub for our local community."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.3",
|
||||
title: "Average Rating",
|
||||
description: "From over 460 happy local diners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg?_wi=3",
|
||||
},
|
||||
id: "1", value: "4.3", title: "Average Rating", description: "From over 460 happy local diners.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg?_wi=3"},
|
||||
{
|
||||
id: "2",
|
||||
value: "5k+",
|
||||
title: "Satays Sold",
|
||||
description: "Our most popular signature starter.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebabs-served-table-with-tomatoes_23-2147852328.jpg?_wi=2",
|
||||
},
|
||||
id: "2", value: "5k+", title: "Satays Sold", description: "Our most popular signature starter.", imageSrc: "http://img.b2bpic.net/free-photo/meat-kebabs-served-table-with-tomatoes_23-2147852328.jpg?_wi=2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -231,12 +149,7 @@ export default function LandingPage() {
|
||||
title="Community Partners"
|
||||
description="Proudly supporting local events and our Huntingdale neighbors."
|
||||
names={[
|
||||
"Huntingdale Local News",
|
||||
"City of Gosnells",
|
||||
"Perth Food Guide",
|
||||
"WA Halal Directory",
|
||||
"The Community Hub",
|
||||
]}
|
||||
"Huntingdale Local News", "City of Gosnells", "Perth Food Guide", "WA Halal Directory", "The Community Hub"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -245,37 +158,23 @@ export default function LandingPage() {
|
||||
logoText="D’ Ankasa"
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Order Now",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order Now", href: "#"},
|
||||
{
|
||||
label: "(08) 9490 3686",
|
||||
href: "tel:0894903686",
|
||||
},
|
||||
label: "(08) 9490 3686", href: "tel:0894903686"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Location", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -284,4 +183,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user