Merge version_2 into main #5
@@ -33,8 +33,8 @@ export default function ContactPage() {
|
||||
{ name: "Performance", id: "#performance" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Projects", href: "/projects" },
|
||||
{ name: "Contact", href: "/contact" }
|
||||
{ name: "Projects", id: "/projects" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Request a Quote", href: "/contact"
|
||||
@@ -92,4 +92,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -199,6 +199,7 @@ export default function LandingPage() {
|
||||
onSubmit={(email) => console.log("Newsletter subscribed:", email)}
|
||||
centered={true}
|
||||
className="py-24"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
|
||||
@@ -32,8 +32,8 @@ export default function ProjectsPage() {
|
||||
{ name: "Performance", id: "#performance" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Projects", href: "/projects" },
|
||||
{ name: "Contact", href: "/contact" }
|
||||
{ name: "Projects", id: "/projects" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Request a Quote", href: "/contact"
|
||||
@@ -89,4 +89,4 @@ export default function ProjectsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Truck, Settings, Wrench, Box, Snowflake, BusFront, Ambulance, DraftingCompass, Layers, Monitor, Share2, Globe, ClipboardCheck, ShipWheel, FileText, Package2, Scale, Phone, HardHat, Computer, GraduationCap, CalendarCheck, RefreshCw, Linkedin, Facebook, Instagram, Youtube } from "lucide-react";
|
||||
import { Truck, Settings, Wrench, Box, Snowflake, BusFront, Ambulance, DraftingCompass, Layers, Monitor, Share2, Globe, ClipboardCheck, ShipWheel, FileText, Package2, Scale, Phone, HardHat, Computer, GraduationCap, CalendarCheck, RefreshCw, Linkedin, Facebook, Instagram, Youtube, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
@@ -25,15 +25,15 @@ export default function ServicesPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="SEFAMAR"
|
||||
navItems={[
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "About Us", href: "/#about" },
|
||||
{ name: "Solutions", href: "/#solutions" },
|
||||
{ name: "Why Sefamar", href: "/#why-us" },
|
||||
{ name: "Brands", href: "/#brands" },
|
||||
{ name: "Performance", href: "/#performance" },
|
||||
{ name: "Services", href: "/services" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "Contact", href: "/#contact" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/#about" },
|
||||
{ name: "Solutions", id: "/#solutions" },
|
||||
{ name: "Why Sefamar", id: "/#why-us" },
|
||||
{ name: "Brands", id: "/#brands" },
|
||||
{ name: "Performance", id: "/#performance" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Request a Quote", href: "/#contact"
|
||||
|
||||
Reference in New Issue
Block a user