Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc088abb22 | |||
| cb73ca9887 | |||
| 265577f461 | |||
| 90155576d1 | |||
| 1a4e2a6f96 | |||
| 1d1f799a1d |
50
src/app/contact/page.tsx
Normal file
50
src/app/contact/page.tsx
Normal file
@@ -0,0 +1,50 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Texas Star Services"
|
||||
/>
|
||||
<div id="contact" data-section="contact" className="py-20">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
tag="Contact & Reservations"
|
||||
title="Book Your Appointment"
|
||||
description="Reach out to us directly at 7705 Turner St W, North Richland Hills, TX 76182 or call us at (682) 352-8064 to secure your spot."
|
||||
/>
|
||||
</div>
|
||||
<FooterLogoReveal
|
||||
logoText="Texas Star Services"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
183
src/app/page.tsx
183
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Texas Star Services"
|
||||
/>
|
||||
@@ -53,45 +41,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Excellence in Service, Delivered."
|
||||
description="Texas Star Services provides world-class solutions tailored to your unique needs. Experience the gold standard in premium professional services."
|
||||
description="Texas Star Services provides world-class solutions tailored to your unique needs at 7705 Turner St W, North Richland Hills, TX 76182. Contact us at (682) 352-8064."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Book Reservation", href: "/contact" },
|
||||
{ text: "Learn More", href: "/#about" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=1",
|
||||
imageAlt: "Service premium imagery",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=2",
|
||||
imageAlt: "Service premium imagery",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=3",
|
||||
imageAlt: "Service premium imagery",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=4",
|
||||
imageAlt: "Service premium imagery",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=5",
|
||||
imageAlt: "Service premium imagery",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=6",
|
||||
imageAlt: "Service premium imagery",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=1", imageAlt: "Service premium imagery" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=2", imageAlt: "Service premium imagery" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=3", imageAlt: "Service premium imagery" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=4", imageAlt: "Service premium imagery" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=5", imageAlt: "Service premium imagery" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=6", imageAlt: "Service premium imagery" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,127 +63,21 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Commitment to ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/a-professional-and-modern-office-interio-1775522229536-70d76453.png",
|
||||
alt: "Texas Star Services Philosophy",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Precision and Care.",
|
||||
},
|
||||
{ type: "text", content: "Our Commitment to " },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/a-professional-and-modern-office-interio-1775522229536-70d76453.png", alt: "Texas Star Services Philosophy" },
|
||||
{ type: "text", content: " Precision and Care." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "AI Calling Service",
|
||||
description: "Our intelligent AI dispatch system handles your calls instantly, 24/7.",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Strategic Locations",
|
||||
description: "Easily accessible service centers across the region for your convenience.",
|
||||
},
|
||||
{
|
||||
icon: CalendarDays,
|
||||
title: "Reservation Portal",
|
||||
description: "Seamless booking system that fits your busy lifestyle perfectly.",
|
||||
},
|
||||
]}
|
||||
title="What We Offer"
|
||||
description="Our premium services leverage the latest technology to ensure your absolute satisfaction every time."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Amazing Results",
|
||||
quote: "Texas Star Services exceeded all my expectations. The AI calling service is a total game changer.",
|
||||
name: "Alice Johnson",
|
||||
role: "CEO",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/high-quality-professional-headshot-of-a--1775522228594-802ef97b.png",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Top Tier Professionalism",
|
||||
quote: "I've never had a smoother experience booking services. Highly recommend to everyone.",
|
||||
name: "Bob Smith",
|
||||
role: "Founder",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/high-quality-professional-headshot-of-a--1775522228396-9e405e0c.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Consistent Excellence",
|
||||
quote: "The reliability of Texas Star Services is unmatched in the market. Truly premium.",
|
||||
name: "Carol White",
|
||||
role: "Director",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/high-quality-professional-headshot-of-a--1775522228203-40111a22.png",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Game Changing AI",
|
||||
quote: "Their AI system is brilliant and saved us so much time. Professional and efficient!",
|
||||
name: "David Brown",
|
||||
role: "Manager",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/high-quality-professional-headshot-of-a--1775522228087-804ef003.png",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Best Service Ever",
|
||||
quote: "Exceptional communication and high quality results every single visit. Simply perfect.",
|
||||
name: "Eve Davis",
|
||||
role: "Partner",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/high-quality-professional-headshot-of-a--1775522228703-1cfb12d7.png",
|
||||
},
|
||||
]}
|
||||
title="Trusted by Leaders"
|
||||
description="Join the many satisfied clients who rely on Texas Star Services for excellence."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
tag="Ready to get started?"
|
||||
title="Book Your Reservation"
|
||||
description="Fill out the details below, and our AI dispatch team will reach out immediately to confirm your visit."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Texas Star Services"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
56
src/app/services/page.tsx
Normal file
56
src/app/services/page.tsx
Normal file
@@ -0,0 +1,56 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import { Zap, MapPin, CalendarDays } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Texas Star Services"
|
||||
/>
|
||||
<div id="services" data-section="features" className="pt-32 pb-20">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Zap, title: "AI Calling Service", description: "Our intelligent AI dispatch system handles your calls instantly, 24/7." },
|
||||
{ icon: MapPin, title: "Strategic Locations", description: "Easily accessible service center located at 7705 Turner St W, North Richland Hills, TX 76182." },
|
||||
{ icon: CalendarDays, title: "Reservation Portal", description: "Seamless booking system that fits your busy lifestyle perfectly. Call (682) 352-8064." },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We offer premium solutions designed for efficiency, reliability, and excellence."
|
||||
/>
|
||||
</div>
|
||||
<FooterLogoReveal
|
||||
logoText="Texas Star Services"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user