Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-11 22:18:22 +00:00
4 changed files with 112 additions and 474 deletions

View File

@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Award, Droplets, Shield, Truck, Users } from "lucide-react";
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -26,32 +26,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Events",
id: "/events",
},
{
name: "Catering",
id: "/catering",
},
{
name: "Visit",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Events", id: "/events" },
{ name: "Catering", id: "/catering" },
{ name: "Visit", id: "/contact" },
]}
brandName="Olives & More"
button={{ text: "Visit", href: "/contact" }}
/>
</div>
@@ -60,21 +43,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Journey"
metrics={[
{
icon: Droplets,
label: "Established",
value: "Passion driven",
},
{
icon: Truck,
label: "Direct imports",
value: "Small producers",
},
{
icon: Users,
label: "Community",
value: "Local experts",
},
{ icon: Droplets, label: "Established", value: "Passion driven" },
{ icon: Truck, label: "Direct imports", value: "Small producers" },
{ icon: Users, label: "Community", value: "Local experts" },
]}
metricsAnimation="slide-up"
/>
@@ -86,30 +57,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
title: "Small-Batch Sourcing",
description: "Direct relationships with passionate producers across Spain, Portugal, and Greece ensure every item is exceptional.",
bentoComponent: "reveal-icon",
icon: Shield,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-filled-with-olives_23-2148364510.jpg",
imageAlt: "owners of deli shop smiling",
},
{
title: "Quality Over Quantity",
description: "We carefully taste and test everything, championing traditional methods over mass-market convenience.",
bentoComponent: "reveal-icon",
icon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/bottle-organic-olive-oil-table_23-2148364428.jpg?_wi=3",
imageAlt: "owners of deli shop smiling",
},
{
title: "Community Heart",
description: "More than a shop, we host tastings and events, and support local Forest Hill businesses and residents.",
bentoComponent: "reveal-icon",
icon: Users,
imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944024.jpg?_wi=1",
imageAlt: "owners of deli shop smiling",
},
{ title: "Small-Batch Sourcing", description: "Direct relationships with passionate producers across Spain, Portugal, and Greece ensure every item is exceptional.", bentoComponent: "reveal-icon", icon: Shield },
{ title: "Quality Over Quantity", description: "We carefully taste and test everything, championing traditional methods over mass-market convenience.", bentoComponent: "reveal-icon", icon: Award },
{ title: "Community Heart", description: "More than a shop, we host tastings and events, and support local Forest Hill businesses and residents.", bentoComponent: "reveal-icon", icon: Users },
]}
title="From Passion to Pantry"
description="Carla and Filipe's personal journey started with a deep respect for the olive tree and a desire to bring real Mediterranean quality to Forest Hill."
@@ -121,21 +71,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Journey"
metrics={[
{
icon: Droplets,
label: "Established",
value: "Passion driven",
},
{
icon: Truck,
label: "Direct imports",
value: "Small producers",
},
{
icon: Users,
label: "Community",
value: "Local experts",
},
{ icon: Droplets, label: "Established", value: "Passion driven" },
{ icon: Truck, label: "Direct imports", value: "Small producers" },
{ icon: Users, label: "Community", value: "Local experts" },
]}
metricsAnimation="slide-up"
/>
@@ -149,63 +87,29 @@ export default function LandingPage() {
title="From Passion to Pantry"
description="Carla and Filipe's personal journey started with a deep respect for the olive tree."
features={[
{
title: "Small-Batch Sourcing",
description: "Direct relationships with producers.",
bentoComponent: "reveal-icon",
icon: Shield,
imageSrc: "http://img.b2bpic.net/free-photo/olive-oil-olives-tomatoes-wooden-background_93675-135137.jpg",
imageAlt: "Olive oil olives and tomatoes on wooden background",
},
{
title: "Quality First",
description: "Hand-tested selection.",
bentoComponent: "reveal-icon",
icon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/bottle-organic-olive-oil-table_23-2148364428.jpg?_wi=4",
imageAlt: "Olive oil olives and tomatoes on wooden background",
},
{ title: "Small-Batch Sourcing", description: "Direct relationships with producers.", bentoComponent: "reveal-icon", icon: Shield },
{ title: "Quality First", description: "Hand-tested selection.", bentoComponent: "reveal-icon", icon: Award },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/bottles-olive-oil-olives-table_23-2148364449.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/bottles-olive-oil-olives-table_23-2148364449.jpg"
logoText="Olives & More"
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Products",
href: "/products",
},
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Products", href: "/products" },
],
},
{
title: "Visit",
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
title: "Visit", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
],
},
]}

View File

@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Facebook, Instagram, Mail } from "lucide-react";
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -26,50 +26,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Events",
id: "/events",
},
{
name: "Catering",
id: "/catering",
},
{
name: "Visit",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Events", id: "/events" },
{ name: "Catering", id: "/catering" },
{ name: "Visit", id: "/contact" },
]}
brandName="Olives & More"
button={{ text: "Home", href: "/" }}
/>
</div>
<div id="contact-form" data-section="contact-form">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Visit Us"
title="Find Our Shop"
description="13 Perry Vale, Forest Hill, London SE23 2NE. 15 minutes from London Bridge on the Overground."
buttons={[
{
text: "Email Us",
href: "mailto:olivesandmorelondon@gmail.com",
},
]}
buttons={[{ text: "Email Us", href: "mailto:olivesandmorelondon@gmail.com" }]}
/>
</div>
@@ -78,21 +54,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Get in Touch"
metrics={[
{
icon: Mail,
label: "Email",
value: "olivesandmorelondon@gmail.com",
},
{
icon: Instagram,
label: "Instagram",
value: "@olivesandmoreforesthill",
},
{
icon: Facebook,
label: "Facebook",
value: "Olivesandmorelondon",
},
{ icon: Mail, label: "Email", value: "olivesandmorelondon@gmail.com" },
{ icon: Instagram, label: "Instagram", value: "@olivesandmoreforesthill" },
{ icon: Facebook, label: "Facebook", value: "Olivesandmorelondon" },
]}
metricsAnimation="slide-up"
/>
@@ -101,18 +65,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit"
title="Shop"
description="13 Perry Vale"
buttons={[
{
text: "Call",
href: "#",
},
]}
buttons={[{ text: "Call", href: "#" }]}
/>
</div>
@@ -120,54 +77,28 @@ export default function LandingPage() {
<AboutMetric
useInvertedBackground={false}
title="Reach Us"
metrics={[
{
icon: Mail,
label: "Email",
value: "mail@test.com",
},
]}
metrics={[{ icon: Mail, label: "Email", value: "mail@test.com" }]}
metricsAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/bottles-olive-oil-olives-table_23-2148364449.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/bottles-olive-oil-olives-table_23-2148364449.jpg"
logoText="Olives & More"
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Products",
href: "/products",
},
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Products", href: "/products" },
],
},
{
title: "Visit",
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
title: "Visit", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
],
},
]}

View File

@@ -29,32 +29,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Events",
id: "/events",
},
{
name: "Catering",
id: "/catering",
},
{
name: "Visit",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Events", id: "/events" },
{ name: "Catering", id: "/catering" },
{ name: "Visit", id: "/contact" },
]}
brandName="Olives & More"
button={{ text: "Contact", href: "/contact" }}
/>
</div>
@@ -62,13 +45,8 @@ export default function LandingPage() {
<HeroLogo
logoText="Forest Hills Mediterranean Pantry"
description="A warm, beautifully curated neighbourhood deli bringing the sun-drenched flavours of the Mediterranean to South East London."
buttons={[
{
text: "Visit Us",
href: "/contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/bottle-organic-olive-oil-table_23-2148364428.jpg?_wi=1"
buttons={[{ text: "Visit Us", href: "/contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/bottle-organic-olive-oil-table_23-2148364428.jpg"
/>
</div>
@@ -77,21 +55,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Passion for Exceptional Quality"
metrics={[
{
icon: Sparkles,
label: "Small-batch producers",
value: "Directly sourced",
},
{
icon: MapPin,
label: "Perry Vale, SE23",
value: "15 min to London Bridge",
},
{
icon: Heart,
label: "Hand-tested",
value: "Every product",
},
{ icon: Sparkles, label: "Small-batch producers", value: "Directly sourced" },
{ icon: MapPin, label: "Perry Vale, SE23", value: "15 min to London Bridge" },
{ icon: Heart, label: "Hand-tested", value: "Every product" },
]}
metricsAnimation="slide-up"
/>
@@ -103,41 +69,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Alex R.",
role: "Local Resident",
testimonial: "This place is one of those famous little hidden gems in Forest Hill — a true one-off.",
imageSrc: "http://img.b2bpic.net/free-photo/funny-woman-shaking-pallet-with-vegetables_23-2147700645.jpg",
},
{
id: "2",
name: "Sarah J.",
role: "Foodie",
testimonial: "A lovely little store and the owner is also lovely.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-working-zero-waste-supermarket-adding-pantry-staples-shelves-cheerful-merchant-restocks-local-grocery-store-with-organic-food-reusable-jars-close-up_482257-70907.jpg",
},
{
id: "3",
name: "Mark D.",
role: "Neighbour",
testimonial: "Picked up some super tasty fresh olives, olive oil, hazelnut spread, and sourdough.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg",
},
{
id: "4",
name: "Emily P.",
role: "Customer",
testimonial: "Crammed full of absolutely first-class produce.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg",
},
{
id: "5",
name: "James B.",
role: "Local",
testimonial: "High-quality items you normally have to go to central London for — finally on our doorstep!",
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg",
},
{ id: "1", name: "Alex R.", role: "Local Resident", testimonial: "This place is one of those famous little hidden gems in Forest Hill — a true one-off.", imageSrc: "http://img.b2bpic.net/free-photo/funny-woman-shaking-pallet-with-vegetables_23-2147700645.jpg" },
{ id: "2", name: "Sarah J.", role: "Foodie", testimonial: "A lovely little store and the owner is also lovely.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-working-zero-waste-supermarket-adding-pantry-staples-shelves-cheerful-merchant-restocks-local-grocery-store-with-organic-food-reusable-jars-close-up_482257-70907.jpg" },
{ id: "3", name: "Mark D.", role: "Neighbour", testimonial: "Picked up some super tasty fresh olives, olive oil, hazelnut spread, and sourdough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg" },
{ id: "4", name: "Emily P.", role: "Customer", testimonial: "Crammed full of absolutely first-class produce.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg" },
{ id: "5", name: "James B.", role: "Local", testimonial: "High-quality items you normally have to go to central London for — finally on our doorstep!", imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg" },
]}
title="Local Favourites"
description="Hear what our wonderful Forest Hill community says about us."
@@ -153,27 +89,11 @@ export default function LandingPage() {
description="Our deli is a passion project brought to life by local food lovers."
groups={[
{
id: "founders",
groupTitle: "Our Team",
members: [
{
id: "m1",
title: "Carla",
subtitle: "Founder",
detail: "Expert in Portuguese specialty imports.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
},
{
id: "m2",
title: "Filipe",
subtitle: "Head of Sourcing",
detail: "Traveling the Mediterranean for the best oils.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
},
id: "founders", groupTitle: "Our Team", members: [
{ id: "m1", title: "Carla", subtitle: "Founder", detail: "Expert in Portuguese specialty imports.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg" },
{ id: "m2", title: "Filipe", subtitle: "Head of Sourcing", detail: "Traveling the Mediterranean for the best oils.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/bottle-organic-olive-oil-table_23-2148364428.jpg?_wi=2",
imageAlt: "Smiley woman posing in her home",
},
imageSrc: "http://img.b2bpic.net/free-photo/bottle-organic-olive-oil-table_23-2148364428.jpg", imageAlt: "Smiley woman posing in her home"},
]}
/>
</div>
@@ -186,62 +106,30 @@ export default function LandingPage() {
description="Everything you need to know about our deli and pantry items."
faqsAnimation="slide-up"
faqs={[
{
id: "q1",
title: "Do you offer delivery?",
content: "Currently we are focusing on our local community in Forest Hill.",
},
{
id: "q2",
title: "Are your products organic?",
content: "We prioritize organic and small-batch sustainable farming.",
},
{
id: "q3",
title: "Can I request samples?",
content: "We host regular weekend tasting sessions in-store!",
},
{ id: "q1", title: "Do you offer delivery?", content: "Currently we are focusing on our local community in Forest Hill." },
{ id: "q2", title: "Are your products organic?", content: "We prioritize organic and small-batch sustainable farming." },
{ id: "q3", title: "Can I request samples?", content: "We host regular weekend tasting sessions in-store!" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/bottles-olive-oil-olives-table_23-2148364449.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/bottles-olive-oil-olives-table_23-2148364449.jpg"
logoText="Olives & More"
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Products",
href: "/products",
},
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Products", href: "/products" },
],
},
{
title: "Visit",
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
title: "Visit", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
],
},
]}

View File

@@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
export default function LandingPage() {
export default function ProductsPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -25,32 +25,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Events",
id: "/events",
},
{
name: "Catering",
id: "/catering",
},
{
name: "Visit",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Events", id: "/events" },
{ name: "Catering", id: "/catering" },
{ name: "Visit", id: "/contact" },
]}
brandName="Olives & More"
button={{ text: "Contact", href: "/contact" }}
/>
</div>
@@ -61,34 +44,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Extra Virgin Olive Oils",
price: "From £12",
variant: "Premium Cultivars",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944024.jpg?_wi=2",
},
{
id: "p2",
name: "Loose Olives",
price: "Sold by weight",
variant: "Biodegradable Packaging",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bowl-olive-tomatoes-cutting-board_141793-13648.jpg",
},
{
id: "p3",
name: "Cheese & Charcuterie",
price: "Daily Selection",
variant: "Curated Boards",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fresh-meat-concept_23-2148738908.jpg",
},
{
id: "p4",
name: "Specialty Pantry",
price: "Unique Finds",
variant: "Spanish, Portuguese & Greek",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-oil-bottle-with-copy-space_23-2148337541.jpg",
},
{ id: "p1", name: "Extra Virgin Olive Oils", price: "From £12", variant: "Premium Cultivars", imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944024.jpg" },
{ id: "p2", name: "Loose Olives", price: "Sold by weight", variant: "Biodegradable Packaging", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bowl-olive-tomatoes-cutting-board_141793-13648.jpg" },
{ id: "p3", name: "Cheese & Charcuterie", price: "Daily Selection", variant: "Curated Boards", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fresh-meat-concept_23-2148738908.jpg" },
{ id: "p4", name: "Specialty Pantry", price: "Unique Finds", variant: "Spanish, Portuguese & Greek", imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-oil-bottle-with-copy-space_23-2148337541.jpg" },
]}
title="Our Selection"
description="A showcase of Mediterranean treasures. Our stock changes with the seasons—visit us to see what's new."
@@ -99,21 +58,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Seasonal Changes",
content: "Our selection changes with the seasons and the harvest. Visit us to see what's new.",
},
{
id: "f2",
title: "Custom Hampers",
content: "We offer beautiful, hand-curated hampers perfect for gifts.",
},
{
id: "f3",
title: "Catering Services",
content: "We cater for parties and events across London with bespoke Mediterranean spreads.",
},
{ id: "f1", title: "Seasonal Changes", content: "Our selection changes with the seasons and the harvest. Visit us to see what's new." },
{ id: "f2", title: "Custom Hampers", content: "We offer beautiful, hand-curated hampers perfect for gifts." },
{ id: "f3", title: "Catering Services", content: "We cater for parties and events across London with bespoke Mediterranean spreads." },
]}
sideTitle="Food Notes"
faqsAnimation="slide-up"
@@ -129,13 +76,7 @@ export default function LandingPage() {
title="Our Selection"
description="Mediterranean treasures."
products={[
{
id: "p1",
name: "EVOO",
price: "£12",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944024.jpg?_wi=3",
},
{ id: "p1", name: "EVOO", price: "£12", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944024.jpg" },
]}
/>
</div>
@@ -145,53 +86,27 @@ export default function LandingPage() {
useInvertedBackground={false}
sideTitle="Notes"
faqsAnimation="slide-up"
faqs={[
{
id: "f1",
title: "Seasonal",
content: "Always changing.",
},
]}
faqs={[{ id: "f1", title: "Seasonal", content: "Always changing." }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/bottles-olive-oil-olives-table_23-2148364449.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/bottles-olive-oil-olives-table_23-2148364449.jpg"
logoText="Olives & More"
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Products",
href: "/products",
},
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Products", href: "/products" },
],
},
{
title: "Visit",
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
title: "Visit", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
],
},
]}