Update src/app/page.tsx
This commit is contained in:
@@ -26,12 +26,12 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div className="w-full text-center py-8 md:py-12">
|
||||
<h1 className="text-4xl md:text-6xl font-bold text-foreground">Expo Digital</h1>
|
||||
<h1 className="text-4xl md:text-6xl font-bold text-foreground"></h1>
|
||||
</div>
|
||||
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Expo Digital"
|
||||
brandName=""
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
title="Expo Digital"
|
||||
description="At Expo Digital, we create personalized websites that showcase your brand's unique story. With 2 years of expertise, we deliver elegant, high-performing digital experiences."
|
||||
title=""
|
||||
description="At , we create personalized websites that showcase your brand's unique story. With 2 years of expertise, we deliver elegant, high-performing digital experiences."
|
||||
tag="Web Design & Development"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Emma Richardson", handle: "Founder, TechFlow Co.", testimonial: "Expo Digital transformed our online presence completely. Professional, creative, and delivered beyond expectations.", rating: 5,
|
||||
name: "Emma Richardson", handle: "Founder, TechFlow Co.", testimonial: " transformed our online presence completely. Professional, creative, and delivered beyond expectations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
@@ -80,12 +80,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="About Expo Digital"
|
||||
title="About "
|
||||
description="We believe every business deserves a website that truly represents them. Our personalized approach combines strategic thinking with beautiful design."
|
||||
tag="Our Story"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-people-working-website-template_53876-25068.jpg"
|
||||
imageAlt="Expo Digital team working together"
|
||||
imageAlt=" team working together"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg"
|
||||
imageAlt="Get in touch with Expo Digital"
|
||||
imageAlt="Get in touch with "
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email"
|
||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Expo Digital"
|
||||
logoText=""
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user