Merge version_1 into main #1
@@ -10,7 +10,7 @@ import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaA
|
||||
import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Flame, Zap, Drumstick, Fruit, Home, Heart, Star, Package, Users, Mail } from "lucide-react";
|
||||
import { Flame, Zap, Drumstick, Utensils, Home, Heart, Star, Package, Users, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tag="Premium Fast-Food Experience"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fried-potatoes-french-fries-wooden-table_123827-26888.jpg"
|
||||
imageAlt="Crispy fries, burgers, and wings from Fryco Bangladesh"
|
||||
buttons={[
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
icon: Drumstick,
|
||||
title: "Crispy Chicken Fry", description: "Crunchy outside, juicy inside — a true crowd favorite that keeps customers coming back."},
|
||||
{
|
||||
icon: Fruit,
|
||||
icon: Utensils,
|
||||
title: "Refreshing Smoothies & Juices", description: "Freshly blended drinks perfect for any meal, made from premium fruits and ingredients."},
|
||||
{
|
||||
icon: Home,
|
||||
@@ -155,6 +155,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tired-adolescent-dealing-with-internal-frustration-due-hormonal-shifts_482257-117251.jpg"
|
||||
imageAlt="Fryco Bangladesh restaurant interior"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="About Fryco Bangladesh"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user