Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dbe1aa1ba8 | |||
| 63fa86e8f1 | |||
| 8c45b2bb3e | |||
| 6f21910e50 | |||
| 459203548e |
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
@@ -45,9 +45,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static"}}
|
||||
<HeroOverlay
|
||||
title="Naira Pantry — The Taste Everyone Talks About"
|
||||
description="At Naira Pantry, we serve premium grilled chicken, fish barbecue, and unforgettable flavors — crafted for everyday enjoyment and unforgettable events."
|
||||
buttons={[
|
||||
@@ -56,20 +54,10 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tray-with-turkey_23-2148664003.jpg?_wi=1", imageAlt: "Gourmet grilled chicken platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kebab-served-with-chopped-onion-piece-lemon-red-wine_140725-4164.jpg?_wi=1", imageAlt: "Premium grilled fish barbecue"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sauce-spice-near-salad-chicken_23-2147765366.jpg?_wi=1", imageAlt: "Signature chicken and chips"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-tenderloin-meat-with-vegetable_1203-9948.jpg?_wi=1", imageAlt: "Grilled meat selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg?_wi=1", imageAlt: "Chef preparing dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-delcious-food-plate_23-2148510837.jpg", imageAlt: "Food presentation"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-holding-tray-with-turkey_23-2148664003.jpg?_wi=1"
|
||||
imageAlt="Gourmet grilled chicken platter"
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -208,4 +196,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user