nextgensolutions8 commited on
Commit
82d9983
·
verified ·
1 Parent(s): d56562c

DEEPSITE AI BUILDER PROMPT: Fully Branded Landing Page for Chop Shop Cycle Ltd. Business Name: Chop Shop Cycle Ltd. Website: www.ChopShopCycle.com Email: [email protected] Phone: 778-859-0000 Location: 12820 Trites Rd, Richmond, BC V7E 3R8, Canada Main Logo Image URL (use for top center display): https://i.postimg.cc/wv0QsDtH/Screenshot-2025-06-06-at-10-07-17-AM.png ⸻ OBJECTIVE: Create a powerful, fully branded landing page for Chop Shop Cycle Ltd. focused on high-performance salvage parts and exotic cars. Make the logo a central visual identity — placed prominently in the upper middle of the hero section, separate from the top navigation bar, where it is also included in a smaller format. Use a VW vehicle (Jetta, Golf R, or Scirocco) image or similar exotic/high-performance car as the hero background image, with a gritty, real-world aesthetic (e.g., on a lot, in a garage, or styled industrial). ⸻ TOP NAVIGATION BAR: • Sticky navigation bar with a smaller version of the Chop Shop logo (use same URL) • Menu items: HOME | ABOUT | INVENTORY ▼ | CARS FOR SALE ▼ | SERVICES | REVIEWS | CONTACT • Dropdowns for: • INVENTORY: Engine, Transmission, Electrical, Interior, Exterior • CARS FOR SALE: Tesla, Audi, BMW, Porsche, Ducati, Other Bikes ⸻ HERO SECTION: • Full-width, high-quality VW or performance car background image • Superimpose the main Chop Shop logo in the upper center above headline text (opacity: 85–100%, no fade) • Bold Title: “RARE. PERFORMANCE. SALVAGE.” • Subtitle: “Premium OEM parts & exotic vehicles — professionally sourced, expertly tested.” • CTA Buttons: • [Browse Parts] • [See Cars for Sale] • [Talk to ALEX] ⸻ ABOUT SECTION: • Title: “Built for Builders.” • Paragraph: “Chop Shop Cycle Ltd. specializes in sourcing rare OEM parts and salvaging exotic cars, motorcycles, and performance vehicles. From hard-to-find powertrains to body kits, our inventory is tested, tagged, and trusted by shops and enthusiasts across Canada and beyond.” ⸻ INVENTORY SECTION: • Interactive, tabbed display: [Engines], [Transmissions], [Body Parts], [Wheels & Tires], [Electrical] • Use cards for each part with: • Image • Title (e.g., “2021 Duramax L5P Diesel Engine”) • Mileage, Condition, Stock Status • Price • CTA: [Request Quote] ⸻ CARS FOR SALE: Showcase 4–6 vehicle cards, including: • 2021 Tesla Model 3 Performance – 19,800 km – Excellent – $42,000 • 2020 Tesla Model Y AWD – 26,100 km – Minor Rear Damage – $38,500 • 2018 Audi R8 V10 Plus – 12,500 km – Front-end Damage – $58,900 • 2021 Ducati Panigale V4R – 3,200 km – Fairings Damaged – $12,900 • Include images, condition summary, and [Inquire] button ⸻ SERVICES SECTION: • Icons + Labels: • Rare Part Sourcing • Engine Verification & Testing • On-Site Pickup or Shipping • Inventory-to-Order Assistance ⸻ ALEX CHATBOT: • Add an always-on chatbot bubble in the bottom right corner • Demo dialogue: • User: “Do you have any 2021 Duramax engines?” • ALEX: “Yes! We have 3 options in stock, tested and ready. Want me to forward the details to our front counter?” • User: “Yes.” • ALEX: “Got it. Charles from the front counter will reach out shortly.” ⸻ REVIEWS SECTION: • 3 real-world style testimonials with star ratings, user names, and vehicle make • Display in card or slider format ⸻ CONTACT SECTION: • Include: Address, Map Embed, Email, Phone • Simple inquiry form: Name, Email, Phone, Message • CTA Button: [Send Inquiry] ⸻ FOOTER: • Smaller Chop Shop logo • Copyright: © 2025 Chop Shop Cycle Ltd. • Social Media Icons (if available) ⸻ DESIGN STYLE: • Font: Oswald (headers), Montserrat (body) • Colors: Matte black, deep red accents, white space for contrast • Mobile-first, fully responsive layout • Hero logo should command attention — not faded out • Ensure all image URLs used are reliable and load correctly ⸻ Let this landing page set the tone for a premium salvage brand with real-world grit and style. Make it convert, make it memorable, and make sure it screams CHOP SHOP CYCLE the moment it loads. - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +711 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Chopshopcycle Sample 2
3
- emoji: 🌖
4
- colorFrom: gray
5
- colorTo: gray
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: chopshopcycle-sample-2
3
+ emoji: 🐳
4
+ colorFrom: red
5
+ colorTo: green
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,711 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Chop Shop Cycle Ltd. | Rare Performance Salvage</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet">
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
10
+ <style>
11
+ body {
12
+ font-family: 'Montserrat', sans-serif;
13
+ scroll-behavior: smooth;
14
+ }
15
+ h1, h2, h3, h4, .nav-item, .btn {
16
+ font-family: 'Oswald', sans-serif;
17
+ }
18
+ .hero-section {
19
+ background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1601362840469-51e4d8d58785?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
20
+ background-size: cover;
21
+ background-position: center;
22
+ background-repeat: no-repeat;
23
+ height: 100vh;
24
+ min-height: 600px;
25
+ }
26
+ .part-card:hover {
27
+ transform: translateY(-5px);
28
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
29
+ }
30
+ #chatbot {
31
+ transition: all 0.3s ease;
32
+ }
33
+ #chatbot-container {
34
+ transform: translateY(100%);
35
+ transition: all 0.3s ease;
36
+ }
37
+ #chatbot.active #chatbot-container {
38
+ transform: translateY(0);
39
+ }
40
+ .inventory-tab.active {
41
+ background-color: #b91c1c;
42
+ color: white;
43
+ }
44
+ .testimonial-carousel {
45
+ scroll-behavior: smooth;
46
+ scroll-snap-type: x mandatory;
47
+ }
48
+ .testimonial-slide {
49
+ scroll-snap-align: start;
50
+ flex: 0 0 100%;
51
+ }
52
+ @media (min-width: 768px) {
53
+ .testimonial-slide {
54
+ flex: 0 0 50%;
55
+ }
56
+ }
57
+ @media (min-width: 1024px) {
58
+ .testimonial-slide {
59
+ flex: 0 0 33.33%;
60
+ }
61
+ }
62
+ </style>
63
+ </head>
64
+ <body class="bg-gray-100">
65
+ <!-- Navigation Bar -->
66
+ <nav class="fixed w-full bg-black text-white z-50 shadow-lg">
67
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
68
+ <div class="flex items-center">
69
+ <img src="https://i.postimg.cc/wv0QsDtH/Screenshot-2025-06-06-at-10-07-17-AM.png" alt="Chop Shop Cycle Logo" class="h-12">
70
+ </div>
71
+
72
+ <div class="hidden md:flex space-x-6">
73
+ <a href="#" class="nav-item hover:text-red-600">HOME</a>
74
+ <a href="#about" class="nav-item hover:text-red-600">ABOUT</a>
75
+
76
+ <div class="relative group">
77
+ <button class="nav-item hover:text-red-600 flex items-center">
78
+ INVENTORY <i class="fas fa-chevron-down ml-1 text-xs"></i>
79
+ </button>
80
+ <div class="absolute hidden group-hover:block bg-black w-48 pt-2">
81
+ <a href="#inventory" class="block px-4 py-2 hover:bg-red-600">Engine</a>
82
+ <a href="#inventory" class="block px-4 py-2 hover:bg-red-600">Transmission</a>
83
+ <a href="#inventory" class="block px-4 py-2 hover:bg-red-600">Electrical</a>
84
+ <a href="#inventory" class="block px-4 py-2 hover:bg-red-600">Interior</a>
85
+ <a href="#inventory" class="block px-4 py-2 hover:bg-red-600">Exterior</a>
86
+ </div>
87
+ </div>
88
+
89
+ <div class="relative group">
90
+ <button class="nav-item hover:text-red-600 flex items-center">
91
+ CARS FOR SALE <i class="fas fa-chevron-down ml-1 text-xs"></i>
92
+ </button>
93
+ <div class="absolute hidden group-hover:block bg-black w-48 pt-2">
94
+ <a href="#cars" class="block px-4 py-2 hover:bg-red-600">Tesla</a>
95
+ <a href="#cars" class="block px-4 py-2 hover:bg-red-600">Audi</a>
96
+ <a href="#cars" class="block px-4 py-2 hover:bg-red-600">BMW</a>
97
+ <a href="#cars" class="block px-4 py-2 hover:bg-red-600">Porsche</a>
98
+ <a href="#cars" class="block px-4 py-2 hover:bg-red-600">Ducati</a>
99
+ <a href="#cars" class="block px-4 py-2 hover:bg-red-600">Other Bikes</a>
100
+ </div>
101
+ </div>
102
+
103
+ <a href="#services" class="nav-item hover:text-red-600">SERVICES</a>
104
+ <a href="#reviews" class="nav-item hover:text-red-600">REVIEWS</a>
105
+ <a href="#contact" class="nav-item hover:text-red-600">CONTACT</a>
106
+ </div>
107
+
108
+ <button class="md:hidden focus:outline-none" id="mobile-menu-button">
109
+ <i class="fas fa-bars text-2xl"></i>
110
+ </button>
111
+ </div>
112
+
113
+ <!-- Mobile Menu -->
114
+ <div class="md:hidden hidden bg-black w-full pb-4" id="mobile-menu">
115
+ <a href="#" class="block px-4 py-2 hover:bg-gray-800">HOME</a>
116
+ <a href="#about" class="block px-4 py-2 hover:bg-gray-800">ABOUT</a>
117
+ <div class="px-4 py-2">
118
+ <button class="w-full flex justify-between items-center hover:bg-gray-800 py-1 px-2" id="inventory-toggle">
119
+ INVENTORY <i class="fas fa-chevron-down"></i>
120
+ </button>
121
+ <div class="hidden pl-4 mt-1" id="inventory-dropdown">
122
+ <a href="#inventory" class="block py-1 hover:bg-gray-700 pl-2">Engine</a>
123
+ <a href="#inventory" class="block py-1 hover:bg-gray-700 pl-2">Transmission</a>
124
+ <a href="#inventory" class="block py-1 hover:bg-gray-700 pl-2">Electrical</a>
125
+ <a href="#inventory" class="block py-1 hover:bg-gray-700 pl-2">Interior</a>
126
+ <a href="#inventory" class="block py-1 hover:bg-gray-700 pl-2">Exterior</a>
127
+ </div>
128
+ </div>
129
+ <div class="px-4 py-2">
130
+ <button class="w-full flex justify-between items-center hover:bg-gray-800 py-1 px-2" id="cars-toggle">
131
+ CARS FOR SALE <i class="fas fa-chevron-down"></i>
132
+ </button>
133
+ <div class="hidden pl-4 mt-1" id="cars-dropdown">
134
+ <a href="#cars" class="block py-1 hover:bg-gray-700 pl-2">Tesla</a>
135
+ <a href="#cars" class="block py-1 hover:bg-gray-700 pl-2">Audi</a>
136
+ <a href="#cars" class="block py-1 hover:bg-gray-700 pl-2">BMW</a>
137
+ <a href="#cars" class="block py-1 hover:bg-gray-700 pl-2">Porsche</a>
138
+ <a href="#cars" class="block py-1 hover:bg-gray-700 pl-2">Ducati</a>
139
+ <a href="#cars" class="block py-1 hover:bg-gray-700 pl-2">Other Bikes</a>
140
+ </div>
141
+ </div>
142
+ <a href="#services" class="block px-4 py-2 hover:bg-gray-800">SERVICES</a>
143
+ <a href="#reviews" class="block px-4 py-2 hover:bg-gray-800">REVIEWS</a>
144
+ <a href="#contact" class="block px-4 py-2 hover:bg-gray-800">CONTACT</a>
145
+ </div>
146
+ </nav>
147
+
148
+ <!-- Hero Section -->
149
+ <section class="hero-section flex items-center justify-center text-center text-white pt-20">
150
+ <div class="container mx-auto px-4">
151
+ <img src="https://i.postimg.cc/wv0QsDtH/Screenshot-2025-06-06-at-10-07-17-AM.png" alt="Chop Shop Cycle Logo" class="mx-auto w-3/4 md:w-1/2 lg:w-1/3 mb-8">
152
+ <h1 class="text-4xl md:text-6xl font-bold mb-4">RARE. PERFORMANCE. SALVAGE.</h1>
153
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Premium OEM parts & exotic vehicles — professionally sourced, expertly tested.</p>
154
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
155
+ <a href="#inventory" class="btn bg-red-600 hover:bg-red-700 px-6 py-3 rounded font-bold uppercase tracking-wide">Browse Parts</a>
156
+ <a href="#cars" class="btn bg-transparent hover:bg-gray-800 border-2 border-white px-6 py-3 rounded font-bold uppercase tracking-wide">See Cars for Sale</a>
157
+ <button id="chatbot-button" class="btn bg-black hover:bg-gray-800 px-6 py-3 rounded font-bold uppercase tracking-wide">Talk to ALEX</button>
158
+ </div>
159
+ </div>
160
+ </section>
161
+
162
+ <!-- About Section -->
163
+ <section id="about" class="py-16 bg-white">
164
+ <div class="container mx-auto px-4">
165
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-12">Built for Builders.</h2>
166
+ <div class="max-w-4xl mx-auto text-center">
167
+ <p class="text-lg md:text-xl leading-relaxed">
168
+ Chop Shop Cycle Ltd. specializes in sourcing rare OEM parts and salvaging exotic cars, motorcycles, and performance vehicles.
169
+ From hard-to-find powertrains to body kits, our inventory is tested, tagged, and trusted by shops and enthusiasts across Canada and beyond.
170
+ </p>
171
+ </div>
172
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mt-12">
173
+ <div class="bg-gray-100 p-6 rounded-lg text-center">
174
+ <i class="fas fa-search text-5xl text-red-600 mb-4"></i>
175
+ <h3 class="text-xl font-bold mb-2">Expert Sourcing</h3>
176
+ <p>Our network finds parts others can't, from rare Euro imports to discontinued American muscle components.</p>
177
+ </div>
178
+ <div class="bg-gray-100 p-6 rounded-lg text-center">
179
+ <i class="fas fa-check-circle text-5xl text-red-600 mb-4"></i>
180
+ <h3 class="text-xl font-bold mb-2">Rigorous Testing</h3>
181
+ <p>Every part undergoes our 12-point inspection process before being listed in our inventory.</p>
182
+ </div>
183
+ <div class="bg-gray-100 p-6 rounded-lg text-center">
184
+ <i class="fas fa-truck text-5xl text-red-600 mb-4"></i>
185
+ <h3 class="text-xl font-bold mb-2">Global Shipping</h3>
186
+ <p>We ship worldwide with insured logistics partners specializing in automotive components.</p>
187
+ </div>
188
+ </div>
189
+ </div>
190
+ </section>
191
+
192
+ <!-- Inventory Section -->
193
+ <section id="inventory" class="py-16 bg-gray-100">
194
+ <div class="container mx-auto px-4">
195
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-12">Parts Inventory</h2>
196
+
197
+ <div class="flex overflow-x-auto mb-8 scrollbar-hide">
198
+ <button class="inventory-tab px-6 py-2 mr-2 rounded-lg font-bold uppercase bg-gray-200 text-gray-800">Engines</button>
199
+ <button class="inventory-tab px-6 py-2 mr-2 rounded-lg font-bold uppercase bg-gray-200 text-gray-800">Transmissions</button>
200
+ <button class="inventory-tab px-6 py-2 mr-2 rounded-lg font-bold uppercase bg-gray-200 text-gray-800">Body Parts</button>
201
+ <button class="inventory-tab px-6 py-2 mr-2 rounded-lg font-bold uppercase bg-gray-200 text-gray-800">Wheels & Tires</button>
202
+ <button class="inventory-tab px-6 py-2 rounded-lg font-bold uppercase bg-gray-200 text-gray-800">Electrical</button>
203
+ </div>
204
+
205
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" id="inventory-container">
206
+ <!-- Engines tab content -->
207
+ <div class="part-card bg-white rounded-lg overflow-hidden shadow-md transition-transform duration-300">
208
+ <img src="https://images.unsplash.com/photo-1618843479313-40f8afb4b4d8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Duramax L5P Diesel Engine" class="w-full h-48 object-cover">
209
+ <div class="p-4">
210
+ <h3 class="text-xl font-bold mb-2">2021 Duramax L5P Diesel Engine</h3>
211
+ <div class="flex justify-between mb-2">
212
+ <span class="text-gray-600">Mileage: 42,000 km</span>
213
+ <span class="font-bold text-green-600">In Stock</span>
214
+ </div>
215
+ <div class="mb-3">
216
+ <span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold">Tested & Verified</span>
217
+ <span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold ml-1">Low Hours</span>
218
+ </div>
219
+ <div class="flex justify-between items-center">
220
+ <span class="text-xl font-bold">$6,899</span>
221
+ <button class="bg-red-600 hover:bg-red-700 text-white px-4 py-2 rounded font-bold">Request Quote</button>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="part-card bg-white rounded-lg overflow-hidden shadow-md transition-transform duration-300">
227
+ <img src="https://images.unsplash.com/photo-1596755094514-f87e34085b2c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2048&q=80" alt="BMW B58 Engine" class="w-full h-48 object-cover">
228
+ <div class="p-4">
229
+ <h3 class="text-xl font-bold mb-2">BMW B58 3.0L Turbo Engine</h3>
230
+ <div class="flex justify-between mb-2">
231
+ <span class="text-gray-600">Mileage: 18,500 km</span>
232
+ <span class="font-bold text-green-600">In Stock</span>
233
+ </div>
234
+ <div class="mb-3">
235
+ <span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold">Complete</span>
236
+ <span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold ml-1">No Damage</span>
237
+ </div>
238
+ <div class="flex justify-between items-center">
239
+ <span class="text-xl font-bold">$4,599</span>
240
+ <button class="bg-red-600 hover:bg-red-700 text-white px-4 py-2 rounded font-bold">Request Quote</button>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="part-card bg-white rounded-lg overflow-hidden shadow-md transition-transform duration-300">
246
+ <img src="https://images.unsplash.com/photo-1493238792000-8113da705763?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Audi 2.5TFSI Engine" class="w-full h-48 object-cover">
247
+ <div class="p-4">
248
+ <h3 class="text-xl font-bold mb-2">Audi 2.5TFSI 5-Cylinder Engine</h3>
249
+ <div class="flex justify-between mb-2">
250
+ <span class="text-gray-600">Mileage: 35,200 km</span>
251
+ <span class="font-bold text-green-600">In Stock</span>
252
+ </div>
253
+ <div class="mb-3">
254
+ <span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold">Tested</span>
255
+ <span class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold ml-1">Warranty Available</span>
256
+ </div>
257
+ <div class="flex justify-between items-center">
258
+ <span class="text-xl font-bold">$5,299</span>
259
+ <button class="bg-red-600 hover:bg-red-700 text-white px-4 py-2 rounded font-bold">Request Quote</button>
260
+ </div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+
265
+ <div class="text-center mt-10">
266
+ <a href="#" class="btn bg-black hover:bg-gray-800 text-white px-8 py-3 rounded font-bold uppercase tracking-wide inline-block">View Full Inventory</a>
267
+ </div>
268
+ </div>
269
+ </section>
270
+
271
+ <!-- Cars for Sale Section -->
272
+ <section id="cars" class="py-16 bg-white">
273
+ <div class="container mx-auto px-4">
274
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-12">Featured Vehicles</h2>
275
+
276
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
277
+ <!-- Tesla Model 3 -->
278
+ <div class="part-card bg-gray-100 rounded-lg overflow-hidden shadow-md transition-transform duration-300">
279
+ <img src="https://images.unsplash.com/photo-1517649763962-0c623066013b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Tesla Model 3" class="w-full h-48 object-cover">
280
+ <div class="p-4">
281
+ <h3 class="text-xl font-bold mb-2">2021 Tesla Model 3 Performance</h3>
282
+ <div class="flex justify-between mb-2">
283
+ <span class="text-gray-600">19,800 km</span>
284
+ <span class="font-bold text-green-600">Available</span>
285
+ </div>
286
+ <p class="mb-3">Excellent condition. Fully loaded with FSD capability. Clean title.</p>
287
+ <div class="flex justify-between items-center">
288
+ <span class="text-xl font-bold">$42,000</span>
289
+ <button class="bg-red-600 hover:bg-red-700 text-white px-4 py-2 rounded font-bold">Inquire</button>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Tesla Model Y -->
295
+ <div class="part-card bg-gray-100 rounded-lg overflow-hidden shadow-md transition-transform duration-300">
296
+ <img src="https://images.unsplash.com/photo-1607860108855-64acf2078ed9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Tesla Model Y" class="w-full h-48 object-cover">
297
+ <div class="p-4">
298
+ <h3 class="text-xl font-bold mb-2">2020 Tesla Model Y AWD</h3>
299
+ <div class="flex justify-between mb-2">
300
+ <span class="text-gray-600">26,100 km</span>
301
+ <span class="font-bold text-yellow-600">Salvage Title</span>
302
+ </div>
303
+ <p class="mb-3">Minor rear damage. Battery/mechanical systems fully functional.</p>
304
+ <div class="flex justify-between items-center">
305
+ <span class="text-xl font-bold">$38,500</span>
306
+ <button class="bg-red-600 hover:bg-red-700 text-white px-4 py-2 rounded font-bold">Inquire</button>
307
+ </div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Audi R8 -->
312
+ <div class="part-card bg-gray-100 rounded-lg overflow-hidden shadow-md transition-transform duration-300">
313
+ <img src="https://images.unsplash.com/photo-1619682817481-e994891cd1f5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Audi R8" class="w-full h-48 object-cover">
314
+ <div class="p-4">
315
+ <h3 class="text-xl font-bold mb-2">2018 Audi R8 V10 Plus</h3>
316
+ <div class="flex justify-between mb-2">
317
+ <span class="text-gray-600">12,500 km</span>
318
+ <span class="font-bold text-yellow-600">Rebuildable</span>
319
+ </div>
320
+ <p class="mb-3">Front-end damage. Engine/drivetrain intact. Rare spec with carbon ceramics.</p>
321
+ <div class="flex justify-between items-center">
322
+ <span class="text-xl font-bold">$58,900</span>
323
+ <button class="bg-red-600 hover:bg-red-700 text-white px-4 py-2 rounded font-bold">Inquire</button>
324
+ </div>
325
+ </div>
326
+ </div>
327
+ </div>
328
+
329
+ <div class="text-center mt-10">
330
+ <a href="#" class="btn bg-black hover:bg-gray-800 text-white px-8 py-3 rounded font-bold uppercase tracking-wide inline-block">View All Vehicles</a>
331
+ </div>
332
+ </div>
333
+ </section>
334
+
335
+ <!-- Services Section -->
336
+ <section id="services" class="py-16 bg-gray-900 text-white">
337
+ <div class="container mx-auto px-4">
338
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-12">Our Services</h2>
339
+
340
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
341
+ <div class="text-center p-6 border border-gray-700 rounded-lg">
342
+ <i class="fas fa-binoculars text-4xl text-red-600 mb-4"></i>
343
+ <h3 class="text-xl font-bold mb-2">Rare Part Sourcing</h3>
344
+ <p>We'll hunt down parts others can't find, leveraging our network of salvage yards and dismantlers worldwide.</p>
345
+ </div>
346
+
347
+ <div class="text-center p-6 border border-gray-700 rounded-lg">
348
+ <i class="fas fa-check-double text-4xl text-red-600 mb-4"></i>
349
+ <h3 class="text-xl font-bold mb-2">Engine Verification</h3>
350
+ <p>Comprehensive compression tests, leak-down analysis, and borescope inspection for critical components.</p>
351
+ </div>
352
+
353
+ <div class="text-center p-6 border border-gray-700 rounded-lg">
354
+ <i class="fas fa-truck-fast text-4xl text-red-600 mb-4"></i>
355
+ <h3 class="text-xl font-bold mb-2">Shipping & Pickup</h3>
356
+ <p>On-site pickup in Richmond or arranged shipping with our specialized automotive transport partners.</p>
357
+ </div>
358
+
359
+ <div class="text-center p-6 border border-gray-700 rounded-lg">
360
+ <i class="fas fa-clipboard-list text-4xl text-red-600 mb-4"></i>
361
+ <h3 class="text-xl font-bold mb-2">Inventory Assistance</h3>
362
+ <p>Need something specific? We'll search our network and notify you when items matching your criteria arrive.</p>
363
+ </div>
364
+ </div>
365
+ </div>
366
+ </section>
367
+
368
+ <!-- Reviews Section -->
369
+ <section id="reviews" class="py-16 bg-gray-100">
370
+ <div class="container mx-auto px-4">
371
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-12">What Our Customers Say</h2>
372
+
373
+ <div class="testimonial-carousel flex overflow-x-auto gap-6 pb-6 scrollbar-hide">
374
+ <!-- Review 1 -->
375
+ <div class="testimonial-slide flex-none">
376
+ <div class="bg-white p-6 rounded-lg shadow-md">
377
+ <div class="flex mb-4">
378
+ <div class="flex items-center text-yellow-400">
379
+ <i class="fas fa-star"></i>
380
+ <i class="fas fa-star"></i>
381
+ <i class="fas fa-star"></i>
382
+ <i class="fas fa-star"></i>
383
+ <i class="fas fa-star"></i>
384
+ </div>
385
+ </div>
386
+ <p class="mb-4 italic">"Found the impossible-to-get M3 CS steering rack I needed for my track build. Arrived quicker than expected and in perfect condition."</p>
387
+ <div class="flex items-center">
388
+ <div class="bg-gray-200 rounded-full h-10 w-10 flex items-center justify-center mr-3">
389
+ <i class="fas fa-user text-gray-600"></i>
390
+ </div>
391
+ <div>
392
+ <p class="font-bold">Mike T.</p>
393
+ <p class="text-sm text-gray-600">2019 BMW M2 Competition</p>
394
+ </div>
395
+ </div>
396
+ </div>
397
+ </div>
398
+
399
+ <!-- Review 2 -->
400
+ <div class="testimonial-slide flex-none">
401
+ <div class="bg-white p-6 rounded-lg shadow-md">
402
+ <div class="flex mb-4">
403
+ <div class="flex items-center text-yellow-400">
404
+ <i class="fas fa-star"></i>
405
+ <i class="fas fa-star"></i>
406
+ <i class="fas fa-star"></i>
407
+ <i class="fas fa-star"></i>
408
+ <i class="fas fa-star"></i>
409
+ </div>
410
+ </div>
411
+ <p class="mb-4 italic">"Saved my RS5 rebuild after the dealer quoted $22k for a new transmission. Their used unit had lower miles than my original!"</p>
412
+ <div class="flex items-center">
413
+ <div class="bg-gray-200 rounded-full h-10 w-10 flex items-center justify-center mr-3">
414
+ <i class="fas fa-user text-gray-600"></i>
415
+ </div>
416
+ <div>
417
+ <p class="font-bold">Sarah K.</p>
418
+ <p class="text-sm text-gray-600">2018 Audi RS5</p>
419
+ </div>
420
+ </div>
421
+ </div>
422
+ </div>
423
+
424
+ <!-- Review 3 -->
425
+ <div class="testimonial-slide flex-none">
426
+ <div class="bg-white p-6 rounded-lg shadow-md">
427
+ <div class="flex mb-4">
428
+ <div class="flex items-center text-yellow-400">
429
+ <i class="fas fa-star"></i>
430
+ <i class="fas fa-star"></i>
431
+ <i class="fas fa-star"></i>
432
+ <i class="fas fa-star"></i>
433
+ <i class="fas fa-star-half-alt"></i>
434
+ </div>
435
+ </div>
436
+ <p class="mb-4 italic">"Honest assessment of a wrecked GT3's condition helped me decide it was the perfect donor for my kit car project."</p>
437
+ <div class="flex items-center">
438
+ <div class="bg-gray-200 rounded-full h-10 w-10 flex items-center justify-center mr-3">
439
+ <i class="fas fa-user text-gray-600"></i>
440
+ </div>
441
+ <div>
442
+ <p class="font-bold">James R.</p>
443
+ <p class="text-sm text-gray-600">2016 Porsche 911 GT3</p>
444
+ </div>
445
+ </div>
446
+ </div>
447
+ </div>
448
+ </div>
449
+ </div>
450
+ </section>
451
+
452
+ <!-- Contact Section -->
453
+ <section id="contact" class="py-16 bg-white">
454
+ <div class="container mx-auto px-4">
455
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-12">Contact Us</h2>
456
+
457
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
458
+ <div>
459
+ <div class="mb-8">
460
+ <h3 class="text-xl font-bold mb-4">Location & Hours</h3>
461
+ <div class="space-y-2">
462
+ <p><i class="fas fa-map-marker-alt text-red-600 mr-2"></i> 12820 Trites Rd, Richmond, BC V7E 3R8, Canada</p>
463
+ <p><i class="fas fa-clock text-red-600 mr-2"></i> Monday - Friday: 8:30AM - 5:30PM</p>
464
+ <p><i class="fas fa-clock text-red-600 mr-2"></i> Saturday: 9:00AM - 3:00PM</p>
465
+ <p><i class="fas fa-phone-alt text-red-600 mr-2"></i> 778-859-0000</p>
466
+ <p><i class="fas fa-envelope text-red-600 mr-2"></i> [email protected]</p>
467
+ </div>
468
+ </div>
469
+
470
+ <div class="h-64 w-full bg-gray-200 rounded-lg overflow-hidden">
471
+ <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2609.0282469525835!2d-123.10475612341022!3d49.14918807517772!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5485d9d358d76255%3A0x8ee1bdf5b6b71b94!2s12820%20Trites%20Rd%2C%20Richmond%2C%20BC%20V7E%203R8%2C%20Canada!5e0!3m2!1sen!2sus!4v1689012433699!5m2!1sen!2sus" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
472
+ </div>
473
+ </div>
474
+
475
+ <div>
476
+ <form class="space-y-4">
477
+ <div>
478
+ <label for="name" class="block font-medium mb-1">Name</label>
479
+ <input type="text" id="name" class="w-full p-3 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-red-600">
480
+ </div>
481
+
482
+ <div>
483
+ <label for="email" class="block font-medium mb-1">Email</label>
484
+ <input type="email" id="email" class="w-full p-3 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-red-600">
485
+ </div>
486
+
487
+ <div>
488
+ <label for="phone" class="block font-medium mb-1">Phone</label>
489
+ <input type="tel" id="phone" class="w-full p-3 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-red-600">
490
+ </div>
491
+
492
+ <div>
493
+ <label for="message" class="block font-medium mb-1">Message</label>
494
+ <textarea id="message" rows="5" class="w-full p-3 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-red-600"></textarea>
495
+ </div>
496
+
497
+ <button type="submit" class="btn bg-red-600 hover:bg-red-700 text-white px-6 py-3 rounded font-bold uppercase tracking-wide w-full">Send Inquiry</button>
498
+ </form>
499
+ </div>
500
+ </div>
501
+ </div>
502
+ </section>
503
+
504
+ <!-- Footer -->
505
+ <footer class="bg-black text-white py-12">
506
+ <div class="container mx-auto px-4">
507
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
508
+ <div>
509
+ <img src="https://i.postimg.cc/wv0QsDtH/Screenshot-2025-06-06-at-10-07-17-AM.png" alt="Chop Shop Cycle Logo" class="h-16 mb-4">
510
+ <p class="text-gray-400">Premium salvage parts and exotic vehicles for enthusiasts and professionals.</p>
511
+ </div>
512
+
513
+ <div>
514
+ <h3 class="text-lg font-bold mb-4">Quick Links</h3>
515
+ <ul class="space-y-2">
516
+ <li><a href="#" class="text-gray-400 hover:text-white">Home</a></li>
517
+ <li><a href="#about" class="text-gray-400 hover:text-white">About Us</a></li>
518
+ <li><a href="#inventory" class="text-gray-400 hover:text-white">Parts Inventory</a></li>
519
+ <li><a href="#cars" class="text-gray-400 hover:text-white">Cars for Sale</a></li>
520
+ </ul>
521
+ </div>
522
+
523
+ <div>
524
+ <h3 class="text-lg font-bold mb-4">Services</h3>
525
+ <ul class="space-y-2">
526
+ <li><a href="#services" class="text-gray-400 hover:text-white">Part Sourcing</a></li>
527
+ <li><a href="#services" class="text-gray-400 hover:text-white">Vehicle Testing</a></li>
528
+ <li><a href="#services" class="text-gray-400 hover:text-white">Shipping</a></li>
529
+ <li><a href="#services" class="text-gray-400 hover:text-white">Inventory Assistance</a></li>
530
+ </ul>
531
+ </div>
532
+
533
+ <div>
534
+ <h3 class="text-lg font-bold mb-4">Connect With Us</h3>
535
+ <div class="flex space-x-4 mb-4">
536
+ <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-facebook-f"></i></a>
537
+ <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-instagram"></i></a>
538
+ <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-twitter"></i></a>
539
+ <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-youtube"></i></a>
540
+ </div>
541
+ <p class="text-gray-400">Subscribe to our newsletter for exclusive deals</p>
542
+ <div class="mt-2 flex">
543
+ <input type="email" placeholder="Your email" class="p-2 rounded-l text-black w-full">
544
+ <button class="bg-red-600 hover:bg-red-700 px-4 rounded-r"><i class="fas fa-arrow-right"></i></button>
545
+ </div>
546
+ </div>
547
+ </div>
548
+
549
+ <div class="border-t border-gray-800 pt-8 text-center text-gray-400">
550
+ <p>© 2025 Chop Shop Cycle Ltd. All rights reserved.</p>
551
+ </div>
552
+ </div>
553
+ </footer>
554
+
555
+ <!-- ALEX Chatbot -->
556
+ <div id="chatbot" class="fixed bottom-6 right-6 z-50">
557
+ <div id="chatbot-container" class="hidden md:block bg-white rounded-t-lg shadow-xl w-80 h-96 flex flex-col">
558
+ <div class="bg-red-600 text-white p-3 rounded-t-lg flex justify-between items-center">
559
+ <div class="flex items-center">
560
+ <i class="fas fa-robot mr-2"></i>
561
+ <span>ALEX - Parts Assistant</span>
562
+ </div>
563
+ <button id="close-chatbot"><i class="fas fa-times"></i></button>
564
+ </div>
565
+
566
+ <div class="flex-1 p-4 overflow-y-auto bg-gray-50" id="chat-messages">
567
+ <div class="chat-message incoming mb-4">
568
+ <div class="bg-gray-200 rounded-lg p-3 max-w-xs">
569
+ <p>Hi! I'm ALEX, your parts assistant. How can I help you today? Try asking about specific parts or vehicles.</p>
570
+ </div>
571
+ </div>
572
+ </div>
573
+
574
+ <div class="p-3 border-t">
575
+ <div class="flex">
576
+ <input type="text" id="chat-input" placeholder="Type your message..." class="flex-1 p-2 border rounded-l focus:outline-none">
577
+ <button id="send-chat" class="bg-red-600 hover:bg-red-700 text-white px-4 rounded-r"><i class="fas fa-paper-plane"></i></button>
578
+ </div>
579
+ </div>
580
+ </div>
581
+
582
+ <button id="chatbot-button" class="bg-red-600 hover:bg-red-700 text-white rounded-full w-14 h-14 flex items-center justify-center shadow-lg">
583
+ <i class="fas fa-robot text-2xl"></i>
584
+ </button>
585
+ </div>
586
+
587
+ <script>
588
+ // Mobile menu toggle
589
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
590
+ const menu = document.getElementById('mobile-menu');
591
+ menu.classList.toggle('hidden');
592
+ });
593
+
594
+ // Mobile dropdown toggles
595
+ document.getElementById('inventory-toggle').addEventListener('click', function() {
596
+ document.getElementById('inventory-dropdown').classList.toggle('hidden');
597
+ });
598
+
599
+ document.getElementById('cars-toggle').addEventListener('click', function() {
600
+ document.getElementById('cars-dropdown').classList.toggle('hidden');
601
+ });
602
+
603
+ // Inventory tabs
604
+ const tabs = document.querySelectorAll('.inventory-tab');
605
+ tabs[0].classList.add('active', 'bg-red-600', 'text-white');
606
+
607
+ tabs.forEach(tab => {
608
+ tab.addEventListener('click', function() {
609
+ tabs.forEach(t => t.classList.remove('active', 'bg-red-600', 'text-white'));
610
+ this.classList.add('active', 'bg-red-600', 'text-white');
611
+ });
612
+ });
613
+
614
+ // Smooth scrolling for navigation links
615
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
616
+ anchor.addEventListener('click', function(e) {
617
+ e.preventDefault();
618
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
619
+ behavior: 'smooth'
620
+ });
621
+ });
622
+ });
623
+
624
+ // Chatbot functionality
625
+ const chatbot = document.getElementById('chatbot');
626
+ const chatbotContainer = document.getElementById('chatbot-container');
627
+ const chatMessages = document.getElementById('chat-messages');
628
+ const chatInput = document.getElementById('chat-input');
629
+ const sendChat = document.getElementById('send-chat');
630
+ const chatbotButtons = document.querySelectorAll('#chatbot-button');
631
+ const closeChatbot = document.getElementById('close-chatbot');
632
+
633
+ chatbotButtons.forEach(button => {
634
+ button.addEventListener('click', function() {
635
+ chatbot.classList.toggle('active');
636
+ chatMessages.innerHTML = `
637
+ <div class="chat-message incoming mb-4">
638
+ <div class="bg-gray-200 rounded-lg p-3 max-w-xs">
639
+ <p>Hi! I'm ALEX, your parts assistant. How can I help you today? Try asking about specific parts or vehicles.</p>
640
+ </div>
641
+ </div>
642
+ `;
643
+ if (chatbot.classList.contains('active')) {
644
+ chatbotContainer.classList.remove('hidden');
645
+ } else {
646
+ chatbotContainer.classList.add('hidden');
647
+ }
648
+ });
649
+ });
650
+
651
+ closeChatbot.addEventListener('click', function() {
652
+ chatbot.classList.remove('active');
653
+ chatbotContainer.classList.add('hidden');
654
+ });
655
+
656
+ function addMessage(message, isOutgoing) {
657
+ const messageDiv = document.createElement('div');
658
+ messageDiv.className = `chat-message ${isOutgoing ? 'outgoing' : 'incoming'} mb-4`;
659
+
660
+ const bubble = document.createElement('div');
661
+ bubble.className = isOutgoing ?
662
+ 'bg-red-600 text-white rounded-lg p-3 max-w-xs ml-auto' :
663
+ 'bg-gray-200 rounded-lg p-3 max-w-xs';
664
+
665
+ bubble.innerHTML = `<p>${message}</p>`;
666
+ messageDiv.appendChild(bubble);
667
+ chatMessages.appendChild(messageDiv);
668
+ chatMessages.scrollTop = chatMessages.scrollHeight;
669
+ }
670
+
671
+ sendChat.addEventListener('click', function() {
672
+ sendMessage();
673
+ });
674
+
675
+ chatInput.addEventListener('keypress', function(e) {
676
+ if (e.key === 'Enter') {
677
+ sendMessage();
678
+ }
679
+ });
680
+
681
+ function sendMessage() {
682
+ const message = chatInput.value.trim();
683
+ if (message) {
684
+ addMessage(message, true);
685
+ chatInput.value = '';
686
+
687
+ // Simulate response
688
+ setTimeout(() => {
689
+ if (message.toLowerCase().includes('duramax')) {
690
+ addMessage("Yes! We have 3 options in stock, tested and ready. Want me to forward the details to our front counter?", false);
691
+ } else {
692
+ addMessage("I can help with that. Would you like me to check our current inventory for that specific part or vehicle?", false);
693
+ }
694
+ }, 1000);
695
+ }
696
+ }
697
+
698
+ // Testimonial carousel navigation (simplified)
699
+ let currentTestimonialIndex = 0;
700
+ const testimonials = document.querySelectorAll('.testimonial-slide');
701
+
702
+ function showTestimonial(index) {
703
+ const carousel = document.querySelector('.testimonial-carousel');
704
+ carousel.scrollTo({
705
+ left: testimonials[index].offsetLeft,
706
+ behavior: 'smooth'
707
+ });
708
+ }
709
+ </script>
710
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=nextgensolutions8/chopshopcycle-sample-2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
711
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ DEEPSITE AI BUILDER PROMPT: Fully Branded Landing Page for Chop Shop Cycle Ltd. Business Name: Chop Shop Cycle Ltd. Website: www.ChopShopCycle.com Email: [email protected] Phone: 778-859-0000 Location: 12820 Trites Rd, Richmond, BC V7E 3R8, Canada Main Logo Image URL (use for top center display): https://i.postimg.cc/wv0QsDtH/Screenshot-2025-06-06-at-10-07-17-AM.png ⸻ OBJECTIVE: Create a powerful, fully branded landing page for Chop Shop Cycle Ltd. focused on high-performance salvage parts and exotic cars. Make the logo a central visual identity — placed prominently in the upper middle of the hero section, separate from the top navigation bar, where it is also included in a smaller format. Use a VW vehicle (Jetta, Golf R, or Scirocco) image or similar exotic/high-performance car as the hero background image, with a gritty, real-world aesthetic (e.g., on a lot, in a garage, or styled industrial). ⸻ TOP NAVIGATION BAR: • Sticky navigation bar with a smaller version of the Chop Shop logo (use same URL) • Menu items: HOME | ABOUT | INVENTORY ▼ | CARS FOR SALE ▼ | SERVICES | REVIEWS | CONTACT • Dropdowns for: • INVENTORY: Engine, Transmission, Electrical, Interior, Exterior • CARS FOR SALE: Tesla, Audi, BMW, Porsche, Ducati, Other Bikes ⸻ HERO SECTION: • Full-width, high-quality VW or performance car background image • Superimpose the main Chop Shop logo in the upper center above headline text (opacity: 85–100%, no fade) • Bold Title: “RARE. PERFORMANCE. SALVAGE.” • Subtitle: “Premium OEM parts & exotic vehicles — professionally sourced, expertly tested.” • CTA Buttons: • [Browse Parts] • [See Cars for Sale] • [Talk to ALEX] ⸻ ABOUT SECTION: • Title: “Built for Builders.” • Paragraph: “Chop Shop Cycle Ltd. specializes in sourcing rare OEM parts and salvaging exotic cars, motorcycles, and performance vehicles. From hard-to-find powertrains to body kits, our inventory is tested, tagged, and trusted by shops and enthusiasts across Canada and beyond.” ⸻ INVENTORY SECTION: • Interactive, tabbed display: [Engines], [Transmissions], [Body Parts], [Wheels & Tires], [Electrical] • Use cards for each part with: • Image • Title (e.g., “2021 Duramax L5P Diesel Engine”) • Mileage, Condition, Stock Status • Price • CTA: [Request Quote] ⸻ CARS FOR SALE: Showcase 4–6 vehicle cards, including: • 2021 Tesla Model 3 Performance – 19,800 km – Excellent – $42,000 • 2020 Tesla Model Y AWD – 26,100 km – Minor Rear Damage – $38,500 • 2018 Audi R8 V10 Plus – 12,500 km – Front-end Damage – $58,900 • 2021 Ducati Panigale V4R – 3,200 km – Fairings Damaged – $12,900 • Include images, condition summary, and [Inquire] button ⸻ SERVICES SECTION: • Icons + Labels: • Rare Part Sourcing • Engine Verification & Testing • On-Site Pickup or Shipping • Inventory-to-Order Assistance ⸻ ALEX CHATBOT: • Add an always-on chatbot bubble in the bottom right corner • Demo dialogue: • User: “Do you have any 2021 Duramax engines?” • ALEX: “Yes! We have 3 options in stock, tested and ready. Want me to forward the details to our front counter?” • User: “Yes.” • ALEX: “Got it. Charles from the front counter will reach out shortly.” ⸻ REVIEWS SECTION: • 3 real-world style testimonials with star ratings, user names, and vehicle make • Display in card or slider format ⸻ CONTACT SECTION: • Include: Address, Map Embed, Email, Phone • Simple inquiry form: Name, Email, Phone, Message • CTA Button: [Send Inquiry] ⸻ FOOTER: • Smaller Chop Shop logo • Copyright: © 2025 Chop Shop Cycle Ltd. • Social Media Icons (if available) ⸻ DESIGN STYLE: • Font: Oswald (headers), Montserrat (body) • Colors: Matte black, deep red accents, white space for contrast • Mobile-first, fully responsive layout • Hero logo should command attention — not faded out • Ensure all image URLs used are reliable and load correctly ⸻ Let this landing page set the tone for a premium salvage brand with real-world grit and style. Make it convert, make it memorable, and make sure it screams CHOP SHOP CYCLE the moment it loads.