Merge version_1 into main #2
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { Award, Droplet, Flame, Handshake, Heart, Percent, Package, Smile, Shield, Star, UtensilsCrossed, Users, Zap } from "lucide-react";
|
||||
import { Award, Droplet, Flame, Handshake, Heart, Percent, Package, Smile, Shield, Star, UtensilsCrossed, Users, Zap, Target } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Fresh Chicken. Great Taste."
|
||||
description="Discover our delicious menu of carefully crafted chicken dishes, crispy waffle fries, and hand-spun milkshakes that keep customers coming back for more."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "100%", label: "Fresh Every Day" },
|
||||
{ value: "25+", label: "Menu Items" },
|
||||
@@ -73,10 +73,10 @@ export default function LandingPage() {
|
||||
tagIcon={UtensilsCrossed}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Chicken Sandwich", price: "$4.99", variant: "Classic Crispy with Pickles", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-with-bread-crumbs-vegetables-blue-plate_114579-58156.jpg?_wi=1", imageAlt: "Crispy chicken sandwich"
|
||||
id: "1", name: "Chicken Sandwich", price: "$4.99", variant: "Classic Crispy with Pickles", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-with-bread-crumbs-vegetables-blue-plate_114579-58156.jpg", imageAlt: "Crispy chicken sandwich"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Chicken Nuggets", price: "$5.49", variant: "Bite-Sized Tender Pieces", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-with-bread-crumbs-vegetables-blue-plate_114579-58156.jpg?_wi=2", imageAlt: "Golden chicken nuggets"
|
||||
id: "2", name: "Chicken Nuggets", price: "$5.49", variant: "Bite-Sized Tender Pieces", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-with-bread-crumbs-vegetables-blue-plate_114579-58156.jpg", imageAlt: "Golden chicken nuggets"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Waffle Fries", price: "$3.29", variant: "Crispy Golden Fries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-waffles-plate-with-grated-cheese_23-2148422790.jpg", imageAlt: "Crispy waffle-cut fries"
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
title: "Community Focused", description: "We believe in being part of the community and giving back.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Heart, label: "Community Love", value: "Strong" },
|
||||
{ icon: Handshake, label: "Local Support", value: "Active" },
|
||||
{ icon: Heart, label: "Family Oriented", value: "Always" }
|
||||
{ icon: Target, label: "Family Oriented", value: "Always" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user