Merge version_1 into main #2
247
src/app/page.tsx
247
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Thirdi Group"
|
||||
/>
|
||||
@@ -52,100 +40,33 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Excellence in Every Detail."
|
||||
description="Thirdi Group delivers premium outcomes with a commitment to craftsmanship, clear communication, and an refined client experience."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Their attention to detail and communication at every stage was incredible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-geometrical-stairway-old-building_181624-4262.jpg?_wi=1",
|
||||
imageAlt: "cinematic architecture abstract",
|
||||
},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "It’s reassuring to know they prioritise the environment and quality of work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797705.jpg",
|
||||
imageAlt: "modern luxury office interior",
|
||||
},
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@alexr",
|
||||
testimonial: "Professional results and a smooth client experience throughout the project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg?_wi=1",
|
||||
imageAlt: "architectural detail closeup",
|
||||
},
|
||||
{
|
||||
name: "Elena M.",
|
||||
handle: "@elenam",
|
||||
testimonial: "A truly refined experience. Everything was delivered above expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-469.jpg?_wi=1",
|
||||
imageAlt: "architectural blueprint luxury",
|
||||
},
|
||||
{
|
||||
name: "James L.",
|
||||
handle: "@jamesl",
|
||||
testimonial: "Responsive, detail-driven, and focused on high-end results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/residential-district-valencia-spain_1398-2380.jpg?_wi=1",
|
||||
imageAlt: "modern building twilight",
|
||||
},
|
||||
{ name: "Sarah J.", handle: "@sarahj", testimonial: "Their attention to detail and communication at every stage was incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-geometrical-stairway-old-building_181624-4262.jpg", imageAlt: "cinematic architecture abstract" },
|
||||
{ name: "Mark D.", handle: "@markd", testimonial: "It’s reassuring to know they prioritise the environment and quality of work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797705.jpg", imageAlt: "modern luxury office interior" },
|
||||
{ name: "Alex R.", handle: "@alexr", testimonial: "Professional results and a smooth client experience throughout the project.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg", imageAlt: "architectural detail closeup" },
|
||||
{ name: "Elena M.", handle: "@elenam", testimonial: "A truly refined experience. Everything was delivered above expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-469.jpg", imageAlt: "architectural blueprint luxury" },
|
||||
{ name: "James L.", handle: "@jamesl", testimonial: "Responsive, detail-driven, and focused on high-end results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/residential-district-valencia-spain_1398-2380.jpg", imageAlt: "modern building twilight" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-geometrical-stairway-old-building_181624-4262.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-geometrical-stairway-old-building_181624-4262.jpg"
|
||||
imageAlt="Cinematic architectural background"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
alt: "Mark D.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-posing_114579-81856.jpg",
|
||||
alt: "Alex R.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-businesman_1157-21745.jpg",
|
||||
alt: "Elena M.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg",
|
||||
alt: "James L.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Sarah J." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Mark D." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-posing_114579-81856.jpg", alt: "Alex R." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-businesman_1157-21745.jpg", alt: "Elena M." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg", alt: "James L." },
|
||||
]}
|
||||
avatarText="Trusted by 500+ clients worldwide"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Design",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Engineering",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Development",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Planning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Client-First Focus",
|
||||
},
|
||||
{ type: "text", text: "Sustainable Design" },
|
||||
{ type: "text", text: "Precision Engineering" },
|
||||
{ type: "text", text: "Luxury Development" },
|
||||
{ type: "text", text: "Strategic Planning" },
|
||||
{ type: "text", text: "Client-First Focus" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,10 +76,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Redefining Quality Standards"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Learn More", href: "#services" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,39 +87,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Precision Design",
|
||||
author: "Thirdi Design",
|
||||
description: "High-end conceptual design tailored to your specific goals.",
|
||||
tags: [
|
||||
"Strategy",
|
||||
"Design",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Strategic Execution",
|
||||
author: "Thirdi Build",
|
||||
description: "Meticulous construction management and project delivery.",
|
||||
tags: [
|
||||
"Construction",
|
||||
"Quality",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-469.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Client Stewardship",
|
||||
author: "Thirdi Care",
|
||||
description: "Continuous service standards prioritizing your feedback.",
|
||||
tags: [
|
||||
"Client Experience",
|
||||
"Service",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/residential-district-valencia-spain_1398-2380.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", title: "Precision Design", author: "Thirdi Design", description: "High-end conceptual design tailored to your specific goals.", tags: ["Strategy", "Design"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg" },
|
||||
{ id: "2", title: "Strategic Execution", author: "Thirdi Build", description: "Meticulous construction management and project delivery.", tags: ["Construction", "Quality"], imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-469.jpg" },
|
||||
{ id: "3", title: "Client Stewardship", author: "Thirdi Care", description: "Continuous service standards prioritizing your feedback.", tags: ["Client Experience", "Service"], imageSrc: "http://img.b2bpic.net/free-photo/residential-district-valencia-spain_1398-2380.jpg" },
|
||||
]}
|
||||
title="Our Premium Expertise"
|
||||
description="Delivering sophisticated solutions with meticulous attention to detail."
|
||||
@@ -212,47 +100,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Their attention to detail and communication at every stage was incredible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "It’s reassuring to know they prioritise the environment and quality of work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Alex R.",
|
||||
handle: "@alexr",
|
||||
testimonial: "Professional results and a smooth client experience throughout the project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-posing_114579-81856.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena M.",
|
||||
handle: "@elenam",
|
||||
testimonial: "A truly refined experience. Everything was delivered above expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businesman_1157-21745.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "James L.",
|
||||
handle: "@jamesl",
|
||||
testimonial: "Responsive, detail-driven, and focused on high-end results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Their attention to detail and communication at every stage was incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "@markd", testimonial: "It’s reassuring to know they prioritise the environment and quality of work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg" },
|
||||
{ id: "3", name: "Alex R.", handle: "@alexr", testimonial: "Professional results and a smooth client experience throughout the project.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-posing_114579-81856.jpg" },
|
||||
{ id: "4", name: "Elena M.", handle: "@elenam", testimonial: "A truly refined experience. Everything was delivered above expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-businesman_1157-21745.jpg" },
|
||||
{ id: "5", name: "James L.", handle: "@jamesl", testimonial: "Responsive, detail-driven, and focused on high-end results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Leaders"
|
||||
@@ -263,50 +117,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get Started"
|
||||
title="Ready to Start Your Project?"
|
||||
description="Book a consultation with our experts and experience the Thirdi Group difference."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Consultation", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Resources", items: [{ label: "Testimonials", href: "#testimonials" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Thirdi Group. All rights reserved."
|
||||
bottomRightText="Crafted with precision."
|
||||
|
||||
Reference in New Issue
Block a user