Update src/app/page.tsx
This commit is contained in:
@@ -14,11 +14,11 @@ export default function LandingPage() {
|
|||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="expand-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="floatingGradient"
|
background="aurora"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Call Now", href: "tel:(678)625-2678" }
|
{ text: "Call Now", href: "tel:(678)625-2678" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "floatingGradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg"
|
||||||
imageAlt="Modern gas station with fuel pumps"
|
imageAlt="Modern gas station with fuel pumps"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
|||||||
title="What We Offer"
|
title="What We Offer"
|
||||||
description="Everything you need in one convenient stop"
|
description="Everything you need in one convenient stop"
|
||||||
tag="Services"
|
tag="Services"
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="blur-reveal"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Fuel & Gas Pumps", description: "Premium fuel available 24/7 with competitive pricing", imageSrc: "http://img.b2bpic.net/free-vector/bio-fuel-icons-set_98292-1559.jpg", imageAlt: "Fuel pump service", buttonIcon: Fuel
|
title: "Fuel & Gas Pumps", description: "Premium fuel available 24/7 with competitive pricing", imageSrc: "http://img.b2bpic.net/free-vector/bio-fuel-icons-set_98292-1559.jpg", imageAlt: "Fuel pump service", buttonIcon: Fuel
|
||||||
@@ -106,10 +106,10 @@ export default function LandingPage() {
|
|||||||
<div id="reviews" data-section="reviews">
|
<div id="reviews" data-section="reviews">
|
||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=1", imageAlt: "Sarah Johnson" },
|
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", imageAlt: "Sarah Johnson" },
|
||||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=2", imageAlt: "Michael Chen" },
|
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", imageAlt: "Michael Chen" },
|
||||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=3", imageAlt: "Emily Rodriguez" },
|
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", imageAlt: "Emily Rodriguez" },
|
||||||
{ id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=4", imageAlt: "James Wilson" }
|
{ id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", imageAlt: "James Wilson" }
|
||||||
]}
|
]}
|
||||||
cardTitle="Trusted by Our Community - 4.6 Stars from Our Customers"
|
cardTitle="Trusted by Our Community - 4.6 Stars from Our Customers"
|
||||||
cardTag="Customer Reviews"
|
cardTag="Customer Reviews"
|
||||||
@@ -125,8 +125,8 @@ export default function LandingPage() {
|
|||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Stop By Lovers Lane Food Mart Today!"
|
title="Stop By Lovers Lane Food Mart Today!"
|
||||||
description="Located on Highway 81 in Covington, GA. We're open early and stay late to serve your needs. 2527 Hwy 81, Covington, GA 30016 | (678) 625-2678 | Hours: 5:00 AM – 1:00 AM Daily"
|
description="Located on Highway 81 in Covington, GA. We're open early and stay late to serve your needs. 2527 Hwy 81, Covington, GA 30016 | (678) 625-2678 | Hours: 5:00 AM – 1:00 AM Daily"
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="blur-reveal"
|
||||||
background={{ variant: "floatingGradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51659.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51659.jpg"
|
||||||
imageAlt="Store location on map"
|
imageAlt="Store location on map"
|
||||||
|
|||||||
Reference in New Issue
Block a user