Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-04-15 16:49:07 +00:00
4 changed files with 86 additions and 490 deletions

View File

@@ -6,8 +6,9 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
import { User, Users, UserCheck, UserCog } from "lucide-react";
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -25,30 +26,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "About",
id: "/about",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Contact",
id: "/contact",
},
{
name: "Order Online",
id: "/order",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
{ name: "Order Online", id: "/order" },
]}
brandName="Lollys Food Joint"
/>
@@ -63,14 +46,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Heritage",
description: "Traditional recipes.",
},
{
title: "Innovation",
description: "Modern twists.",
},
{ title: "Heritage", description: "Traditional recipes." },
{ title: "Innovation", description: "Modern twists." },
]}
/>
</div>
@@ -82,34 +59,10 @@ export default function LandingPage() {
title="Our Team"
description="The people behind the flavor."
features={[
{
title: "Expert Chefs",
description: "Culinary mastery.",
buttonIcon: "User",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg?_wi=2",
imageAlt: "Delicious realistic burger",
},
{
title: "Fast Servers",
description: "Friendly service.",
buttonIcon: "Users",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg?_wi=4",
imageAlt: "Delicious realistic burger",
},
{
title: "Quality Staff",
description: "Training daily.",
buttonIcon: "UserCheck",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg?_wi=4",
imageAlt: "Delicious realistic burger",
},
{
title: "Manager",
description: "Service excellence.",
buttonIcon: "UserCog",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg?_wi=4",
imageAlt: "Delicious realistic burger",
},
{ title: "Expert Chefs", description: "Culinary mastery.", buttonIcon: User, imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg", imageAlt: "Delicious realistic burger" },
{ title: "Fast Servers", description: "Friendly service.", buttonIcon: Users, imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg", imageAlt: "Delicious realistic burger" },
{ title: "Quality Staff", description: "Training daily.", buttonIcon: UserCheck, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg", imageAlt: "Delicious realistic burger" },
{ title: "Manager", description: "Service excellence.", buttonIcon: UserCog, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg", imageAlt: "Delicious realistic burger" },
]}
/>
</div>
@@ -117,32 +70,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Menu",
href: "/menu",
},
],
},
{
title: "Order",
items: [
{
label: "Order Online",
href: "/order",
},
{
label: "Contact Us",
href: "/contact",
},
],
},
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Menu", href: "/menu" }] },
{ title: "Order", items: [{ label: "Order Online", href: "/order" }, { label: "Contact Us", href: "/contact" }] },
]}
bottomLeftText="© 2024 Lolly's Food Joint"
bottomRightText="All rights reserved."

View File

@@ -6,8 +6,9 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { MapPin } from "lucide-react";
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -25,30 +26,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "About",
id: "/about",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Contact",
id: "/contact",
},
{
name: "Order Online",
id: "/order",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
{ name: "Order Online", id: "/order" },
]}
brandName="Lollys Food Joint"
/>
@@ -57,9 +40,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in touch"
title="Contact Us"
description="Send us a message."
@@ -75,34 +56,10 @@ export default function LandingPage() {
title="Locations"
description="Where to find us."
features={[
{
title: "Main Street",
description: "123 Main St.",
buttonIcon: "MapPin",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg?_wi=3",
imageAlt: "Delicious realistic burger",
},
{
title: "Park Ave",
description: "456 Park Ave.",
buttonIcon: "MapPin",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg?_wi=5",
imageAlt: "Delicious realistic burger",
},
{
title: "City Mall",
description: "789 City Mall.",
buttonIcon: "MapPin",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg?_wi=5",
imageAlt: "Delicious realistic burger",
},
{
title: "East Side",
description: "321 East St.",
buttonIcon: "MapPin",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg?_wi=5",
imageAlt: "Delicious realistic burger",
},
{ title: "Main Street", description: "123 Main St.", buttonIcon: MapPin, imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg", imageAlt: "Delicious realistic burger" },
{ title: "Park Ave", description: "456 Park Ave.", buttonIcon: MapPin, imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg", imageAlt: "Delicious realistic burger" },
{ title: "City Mall", description: "789 City Mall.", buttonIcon: MapPin, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg", imageAlt: "Delicious realistic burger" },
{ title: "East Side", description: "321 East St.", buttonIcon: MapPin, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg", imageAlt: "Delicious realistic burger" },
]}
/>
</div>
@@ -110,32 +67,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Menu",
href: "/menu",
},
],
},
{
title: "Order",
items: [
{
label: "Order Online",
href: "/order",
},
{
label: "Contact Us",
href: "/contact",
},
],
},
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Menu", href: "/menu" }] },
{ title: "Order", items: [{ label: "Order Online", href: "/order" }, { label: "Contact Us", href: "/contact" }] },
]}
bottomLeftText="© 2024 Lolly's Food Joint"
bottomRightText="All rights reserved."

View File

@@ -6,8 +6,9 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import { Sprout, WheatOff, ChefHat, Scale } from "lucide-react";
export default function LandingPage() {
export default function MenuPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -25,30 +26,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "About",
id: "/about",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Contact",
id: "/contact",
},
{
name: "Order Online",
id: "/order",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
{ name: "Order Online", id: "/order" },
]}
brandName="Lollys Food Joint"
/>
@@ -63,24 +46,8 @@ export default function LandingPage() {
title="Full Menu"
description="See our complete list of offerings."
products={[
{
id: "m1",
brand: "Burger",
name: "BBQ Burger",
price: "$13.99",
rating: 5,
reviewCount: "50",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg",
},
{
id: "m2",
brand: "Sides",
name: "Onion Rings",
price: "$4.99",
rating: 4,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potatoes-served-with-onions-tomatoes-greens_141793-1068.jpg",
},
{ id: "m1", brand: "Burger", name: "BBQ Burger", price: "$13.99", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg" },
{ id: "m2", brand: "Sides", name: "Onion Rings", price: "$4.99", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potatoes-served-with-onions-tomatoes-greens_141793-1068.jpg" },
]}
/>
</div>
@@ -92,34 +59,10 @@ export default function LandingPage() {
title="Dietary Options"
description="We cater to all tastes."
features={[
{
title: "Vegan",
description: "Plant-based goodness.",
buttonIcon: "Sprout",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg?_wi=1",
imageAlt: "Delicious realistic burger",
},
{
title: "Gluten Free",
description: "Delicious choices.",
buttonIcon: "WheatOff",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg?_wi=3",
imageAlt: "Delicious realistic burger",
},
{
title: "Halal",
description: "Authentic quality.",
buttonIcon: "ChefHat",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg?_wi=3",
imageAlt: "Delicious realistic burger",
},
{
title: "Low Calorie",
description: "Healthy alternatives.",
buttonIcon: "Scale",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg?_wi=3",
imageAlt: "Delicious realistic burger",
},
{ title: "Vegan", description: "Plant-based goodness.", buttonIcon: Sprout, imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg", imageAlt: "Delicious realistic burger" },
{ title: "Gluten Free", description: "Delicious choices.", buttonIcon: WheatOff, imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg", imageAlt: "Delicious realistic burger" },
{ title: "Halal", description: "Authentic quality.", buttonIcon: ChefHat, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg", imageAlt: "Delicious realistic burger" },
{ title: "Low Calorie", description: "Healthy alternatives.", buttonIcon: Scale, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg", imageAlt: "Delicious realistic burger" },
]}
/>
</div>
@@ -127,32 +70,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Menu",
href: "/menu",
},
],
},
{
title: "Order",
items: [
{
label: "Order Online",
href: "/order",
},
{
label: "Contact Us",
href: "/contact",
},
],
},
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Menu", href: "/menu" }] },
{ title: "Order", items: [{ label: "Order Online", href: "/order" }, { label: "Contact Us", href: "/contact" }] },
]}
bottomLeftText="© 2024 Lolly's Food Joint"
bottomRightText="All rights reserved."

View File

@@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SplitAbout from '@/components/sections/about/SplitAbout';
import { Award, Car, Flame, Leaf } from "lucide-react";
import { Award, Car, Flame, Leaf, CheckCircle, Zap, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,30 +29,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "About",
id: "/about",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Contact",
id: "/contact",
},
{
name: "Order Online",
id: "/order",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
{ name: "Order Online", id: "/order" },
]}
brandName="Lollys Food Joint"
/>
@@ -60,109 +42,33 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Fresh Bites. Bold Flavour. Good Vibes."
description="Experience premium street food crafted with love and fresh, high-quality ingredients."
testimonials={[
{
name: "John D.",
handle: "@johnd",
testimonial: "The best burger I've ever had!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg?_wi=1",
},
{
name: "Sarah K.",
handle: "@sarahk",
testimonial: "Super fast delivery and fresh ingredients.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg?_wi=1",
},
{
name: "Mike P.",
handle: "@mikep",
testimonial: "The drinks are as good as the food!",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571494.jpg",
},
{
name: "Lisa M.",
handle: "@lisam",
testimonial: "Really impressed with the quality.",
rating: 5,
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",
},
{
name: "Dave R.",
handle: "@daver",
testimonial: "I order every single week.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-croissant_1170-631.jpg",
},
{ name: "John D.", handle: "@johnd", testimonial: "The best burger I've ever had!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg" },
{ name: "Sarah K.", handle: "@sarahk", testimonial: "Super fast delivery and fresh ingredients.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg" },
{ name: "Mike P.", handle: "@mikep", testimonial: "The drinks are as good as the food!", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571494.jpg" },
{ name: "Lisa M.", handle: "@lisam", testimonial: "Really impressed with the quality.", rating: 5, 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" },
{ name: "Dave R.", handle: "@daver", testimonial: "I order every single week.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-croissant_1170-631.jpg" },
]}
buttons={[
{
text: "Order Now",
href: "/order",
},
{
text: "View Menu",
href: "/menu",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg?_wi=1"
buttons={[{ text: "Order Now", href: "/order" }, { text: "View Menu", href: "/menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg"
imageAlt="Lolly's Signature Burger"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-fast-food-funny-way_23-2150347946.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67594.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/female-friends-having-burger-together_23-2148718856.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-fast-food-funny-way_23-2150347946.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67594.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/female-friends-having-burger-together_23-2148718856.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg", alt: "Customer 5" },
]}
marqueeItems={[
{
type: "text-icon",
text: "Locally Sourced",
icon: Leaf,
},
{
type: "text-icon",
text: "Chef Inspired",
icon: Award,
},
{
type: "text-icon",
text: "Fast Delivery",
icon: Car,
},
{
type: "text-icon",
text: "Freshly Made",
icon: Flame,
},
{
type: "text-icon",
text: "100% Quality",
icon: Award,
},
{ type: "text-icon", text: "Locally Sourced", icon: Leaf },
{ type: "text-icon", text: "Chef Inspired", icon: Award },
{ type: "text-icon", text: "Fast Delivery", icon: Car },
{ type: "text-icon", text: "Freshly Made", icon: Flame },
{ type: "text-icon", text: "100% Quality", icon: Award },
]}
/>
</div>
@@ -172,34 +78,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Fresh Ingredients",
description: "Locally sourced and farm-fresh daily.",
buttonIcon: "CheckCircle",
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg",
imageAlt: "modern cozy restaurant interior",
},
{
title: "Fast Service",
description: "Prepared quickly to satisfy your cravings.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg?_wi=2",
imageAlt: "modern cozy restaurant interior",
},
{
title: "Amazing Taste",
description: "Secret recipes and bold spice blends.",
buttonIcon: "Star",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg?_wi=2",
imageAlt: "modern cozy restaurant interior",
},
{
title: "Sustainable",
description: "Committed to eco-friendly packaging.",
buttonIcon: "Leaf",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg?_wi=2",
imageAlt: "modern cozy restaurant interior",
},
{ title: "Fresh Ingredients", description: "Locally sourced and farm-fresh daily.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg", imageAlt: "modern cozy restaurant interior" },
{ title: "Fast Service", description: "Prepared quickly to satisfy your cravings.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg", imageAlt: "modern cozy restaurant interior" },
{ title: "Amazing Taste", description: "Secret recipes and bold spice blends.", buttonIcon: Star, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg", imageAlt: "modern cozy restaurant interior" },
{ title: "Sustainable", description: "Committed to eco-friendly packaging.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg", imageAlt: "modern cozy restaurant interior" },
]}
title="Why Choose Lollys?"
description="We are committed to quality in every bite."
@@ -213,42 +95,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Burgers",
name: "Lolly's Classic Burger",
price: "$12.99",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/home-made-tasty-burgers_628469-332.jpg",
},
{
id: "p2",
brand: "Street Food",
name: "Crispy Fries & Sauce",
price: "$5.99",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332823.jpg",
},
{
id: "p3",
brand: "Wraps",
name: "Signature Spicy Wrap",
price: "$9.49",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-concept-with-materials-textiles-disguised-as-sushi-rolls_23-2150771195.jpg",
},
{
id: "p4",
brand: "Drinks",
name: "Creamy Milkshake",
price: "$6.99",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/cacao-milkshake-topped-with-colourful-sprinkles-ice-cream-oreo_140725-8264.jpg",
},
{ id: "p1", brand: "Burgers", name: "Lolly's Classic Burger", price: "$12.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/home-made-tasty-burgers_628469-332.jpg" },
{ id: "p2", brand: "Street Food", name: "Crispy Fries & Sauce", price: "$5.99", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332823.jpg" },
{ id: "p3", brand: "Wraps", name: "Signature Spicy Wrap", price: "$9.49", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-concept-with-materials-textiles-disguised-as-sushi-rolls_23-2150771195.jpg" },
{ id: "p4", brand: "Drinks", name: "Creamy Milkshake", price: "$6.99", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/cacao-milkshake-topped-with-colourful-sprinkles-ice-cream-oreo_140725-8264.jpg" },
]}
title="Featured Favourites"
description="Our signature dishes you must try today."
@@ -262,18 +112,9 @@ export default function LandingPage() {
title="Our Food Story"
description="Get a visual taste of what we prepare daily in our kitchen."
bulletPoints={[
{
title: "Freshness",
description: "Only the best ingredients.",
},
{
title: "Crafted",
description: "Prepared by master chefs.",
},
{
title: "Passionate",
description: "Serving with love every day.",
},
{ title: "Freshness", description: "Only the best ingredients." },
{ title: "Crafted", description: "Prepared by master chefs." },
{ title: "Passionate", description: "Serving with love every day." },
]}
imageSrc="http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept_639032-421.jpg"
mediaAnimation="slide-up"
@@ -283,9 +124,7 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Limited Time"
title="Hungry Yet? Order Now"
description="Don't wait! Get your favorite Lolly's meal delivered to your doorstep right now."
@@ -297,32 +136,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Menu",
href: "/menu",
},
],
},
{
title: "Order",
items: [
{
label: "Order Online",
href: "/order",
},
{
label: "Contact Us",
href: "/contact",
},
],
},
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Menu", href: "/menu" }] },
{ title: "Order", items: [{ label: "Order Online", href: "/order" }, { label: "Contact Us", href: "/contact" }] },
]}
bottomLeftText="© 2024 Lolly's Food Joint"
bottomRightText="All rights reserved."